Agent skill · Security

analyze

Invoke IMMEDIATELY via python script when user requests codebase analysis, architecture review, security assessment, or quality evaluation. Do NOT explore first - the script orchestrates exploration.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill analyze --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/analyze/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

# Analyze Skill When this skill activates, IMMEDIATELY invoke the script. The script IS the workflow. ## Invocation ```bash python3 scripts/analyze.py \ --step-number 1 \ --total-steps 6 \ --thoughts "Starting analysis. User request: <describe what user asked to analyze>" ``` | Argument | Required | Description | | --------------- | -------- | ----------------------------------------- | | `--step-number` | Yes | Current step (starts at 1) | | `--total-steps` | Yes | Minimum 6; adjust as script instructs | | `--thoughts` | Yes | Accumulated state from all previous steps | ## Workflow The script outputs REQUIRED ACTIONS at each step. Follow them exactly. ``` Step 1: EXPLORATION - Script tells you to delegate to Explore agent Step 2: FOCUS SELECTION - Classify areas, assign priorities Step 3: INVESTIGATION PLAN - Commit to specific files and questions Step 4+: DEEP ANALYSIS - Progressive investigation with evidence Step N-1: VERIFICATION - Validate completeness Step N: SYNTHESIS - Consolidate findings ``` Do NOT try to follow this workflow manually. Run the script and follow its output. ## Example Sequence ```bash # Step 1: Start - script will instruct you to explore first python3 scr

What's inside
Steps it walks through
  1. Invocation
  2. Workflow
  3. Example Sequence
Ships with 1 file
  • metadata.json
Commands it runs
python3 scripts/analyze.py \
Step 1: Start - script will instruct you to explore first
python3 scripts/analyze.py --step-number 1 --total-steps 6 \
Step 1 again with explore results
Step 2+: Continue following script output
python3 scripts/analyze.py --step-number 2 --total-steps 7 \
More from claude-skill-registry
All skills →
About this skill
What does the analyze skill do?

Invoke IMMEDIATELY via python script when user requests codebase analysis, architecture review, security assessment, or quality evaluation. Do NOT explore first - the script orchestrates exploration.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill analyze --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