Claude Skills · Code Review & Testing

Map unfamiliar code or research an approach before planning, read-only and fast.

★ 15 Synced 5 hours ago View SKILL.md

At a glance

This skill is for Code Review & Testing and helps you map unfamiliar code, research a technical approach, and understand codebase structure.

Install /plugin marketplace add ToruAI/toru-claude-agents /plugin install scout
Can use Not declared by the author
Good for map unfamiliar coderesearch a technical approachunderstand codebase structureexplore unfamiliar repository

Codebase ExplorationRead OnlyFast Analysiscode-navigationarchitecture

Also in ToruAI/toru-claude-agents

View the repo
Branch Workflow DevOps & Infrastructure

Branch and commit conventions that keep an agent's work reviewable — one branch per task, main stays clean, nothing force-pushed.

Cc Docs Productivity

Look up how Claude Code itself works — hooks, skills, subagents, MCP, plugins, settings — from the official docs, so answers come from the c...

Design better agents, skills and hooks for Claude Code, checking the current spec instead of guessing at fields.

Dev Cycle Coding

Run a feature end to end — scout the code, plan it, build it, and keep a session file so a closed terminal doesn't lose the thread.

Dev Finish Coding

Close out a session — summarise what changed, capture what was learned, and prepare the commit.

Dev Full Auto Coding

Hand over a spec and walk away — plans, builds, tests and audits on its own, stopping only at a real blocker.

Dev Qa Code Review & Testing

Run the project's own tests, linter, type checker and build, and report what actually failed.

Dev Rc Code Review & Testing

The last gate before merge — QA, security audit, review and changelog, with objective pass conditions.

Dev Security Code Review & Testing

Audit the code for vulnerabilities, leaked secrets and risky dependencies before it ships.

Megg Learn Productivity

Save a project fact, decision or gotcha so your next session already knows it.

Megg State Productivity

Hand off an unfinished session to the next one — what's done, what's next, what's blocked.

My Projects Productivity

Navigate your projects. Get context, paths, status. Use when needing project overview or finding specific work.

Other Code Review & Testing skills

Migrate To Shoehorn mattpocock/skills

Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests,...

Grill With Docs mattpocock/skills

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

Triage mattpocock/skills

Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.

Scaffold Exercises mattpocock/skills

Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold e...

Resolving Merge Conflicts mattpocock/skills

Use when you need to resolve an in-progress git merge/rebase conflict.

Batch Grill Me mattpocock/skills

A relentless interview that asks every frontier question at once, round by round.