analyse
Investigate codebase, debug issues, or analyze patterns
npx skills add majiayu000/claude-skill-registry --skill analyse --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /analyse - Code Investigation Investigate codebase issues, debug problems, or analyze patterns. ## Purpose Provide deep analysis by: - Investigating bugs and issues - Analyzing code patterns - Tracing data flow - Identifying root causes ## Inputs - `$ARGUMENTS`: Issue description or area to investigate - `${PROJECT_NAME}`: Current project context - Error messages or symptoms if debugging ## Outputs Analysis report at `reports/analysis/YYYY-MM-DD-topic.md` ## Workflow ### 1. Understand the Question From `$ARGUMENTS`: - Is this debugging an issue? - Is this understanding a pattern? - Is this exploring code structure? ### 2. Gather Context - Read relevant code - Search for patterns - Check logs if available - Review recent changes ### 3. Form Hypotheses Based on initial investigation: - What might cause this? - What patterns are involved? - What dependencies matter? ### 4. Investigate For each hypothesis: - Search for evidence - Trace code paths - Check data flow - Test assumptions ### 5. Analyze Findings Synthesize discoveries: - What is the root cause? - What patterns were found? - What are the implications? ### 6. Document Create analysis report: ```markdown # Analysis: [Topic] *
- Purpose
- Inputs
- Outputs
- Workflow
- 1. Understand the Question
- 2. Gather Context
- 3. Form Hypotheses
- 4. Investigate
- 5. Analyze Findings
- 6. Document
- Investigation Patterns
- Bug Investigation
- Pattern Analysis
- Code Structure Analysis
Search for patterns grep -r "pattern" src/ Find file types find . -name "*.ts" -type f Git history git log --oneline --all -- file.ts git blame file.ts Test in isolation npm test -- --grep "specific test"
What does the analyse skill do?
Investigate codebase, debug issues, or analyze patterns
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill analyse --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.
