Agent skill · Code Review & Quality

analyse

Investigate codebase, debug issues, or analyze patterns

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill analyse --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: -Read-Grep-Glob-Bash-WebSearch
Path: skills/analysis/analyse/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

# /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] *

What's inside
Steps it walks through
  1. Purpose
  2. Inputs
  3. Outputs
  4. Workflow
  5. 1. Understand the Question
  6. 2. Gather Context
  7. 3. Form Hypotheses
  8. 4. Investigate
  9. 5. Analyze Findings
  10. 6. Document
  11. Investigation Patterns
  12. Bug Investigation
  13. Pattern Analysis
  14. Code Structure Analysis
Ships with 1 file
  • metadata.json
Commands it runs
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"
More from claude-skill-registry
All skills →
About this skill
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.

Keep going