Agent Skill
2/7/2026review-all-code
Review the entire codebase and refactor as needed using the agent-agnostic skill definition in llm_docs/skills/review-all-code.md and the canonical code guidelines in llm_docs/guidelines-code. Use when the user asks to review all code, enforce code guidelines, or make codebase-wide improvements.
S
sujeet
0GitHub Stars
1Views
npx skills add sujeet-pro/v4.sujeet.pro
SKILL.md
| Name | review-all-code |
| Description | Review the entire codebase and refactor as needed using the agent-agnostic skill definition in llm_docs/skills/review-all-code.md and the canonical code guidelines in llm_docs/guidelines-code. Use when the user asks to review all code, enforce code guidelines, or make codebase-wide improvements. |
name: review-all-code description: Review the entire codebase and refactor as needed using the agent-agnostic skill definition in llm_docs/skills/review-all-code.md and the canonical code guidelines in llm_docs/guidelines-code. Use when the user asks to review all code, enforce code guidelines, or make codebase-wide improvements.
Review All Code Skill (Claude)
Use this skill when the user requests a full codebase review or refactor, or invokes /review-all-code.
Instructions
- Read:
llm_docs/skills/review-all-code.mdllm_docs/guidelines-code/*
- Follow the workflow exactly and keep changes readable.
- Propose a staged plan before large refactors.
Skills Info
Original Name:review-all-codeAuthor:sujeet
Download