Agent skill · Code Review & Quality

overview

Display comprehensive project status combining git state, framework analysis, active work, and code quality metrics.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill overview-aifuun-u-safe --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/analysis/overview-aifuun-u-safe/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- name: overview description: | Display comprehensive project overview including git state, framework configuration, active work, and code quality metrics. TRIGGER when: user wants to see project overview ("show overview", "project overview", "current state", "what's the status"). version: "3.0.0" DO NOT TRIGGER when: user wants git-specific info only (use git commands), or wants to create/modify (not viewing overview). --- # Overview - Project Status and Health Check Display comprehensive project status combining git state, framework analysis, active work, and code quality metrics. ## Overview This skill provides a complete snapshot of your project's current state: **What it does:** 1. Shows git status (branch, commits, changes) 2. Analyzes framework configuration (profile, Pillars, rules) 3. Lists active work (plans, open issues) 4. Detects code patterns (nominal types, airlock, saga, etc.) 5. Calculates health score (0-100) 6. Generates both terminal output and HTML report **Why it's needed:** Get a quick understanding of project state without running multiple commands. Useful when starting work, before PRs, or for project health checks. **When to use:** - Starting a work sess

What's inside
Steps it walks through
  1. Overview
  2. Workflow
  3. Step 1: Create Todo List
  4. Status Dimensions
  5. 1. Git State
  6. 2. Framework Configuration
  7. 3. Active Work
  8. 4. Code Quality
  9. 5. Recent History
  10. Output Formats
  11. Terminal Output (Default)
  12. HTML Report (Optional)
  13. Usage
  14. Flags
Ships with 1 file
  • metadata.json
Commands it runs
or directly: ./script/overview.py
ls -lh docs/reports/*.html | tail -1
More from claude-skill-registry
All skills →
About this skill
What does the overview skill do?

Display comprehensive project status combining git state, framework analysis, active work, and code quality metrics.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill overview-aifuun-u-safe --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going