If reviewer is wrong, push back with technical reasoning
Common Mistakes
❌ Skip review because "it's simple" → ✅ Review everything
❌ Ignore Critical issues → ✅ Fix immediately
❌ Proceed with Important issues → ✅ Fix first
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: yellinzero-aico-aico-code-review3description: Code Review4---56# Code Review78## When to Request Review910**Mandatory:**1112- After completing each task13- After implementing major feature14- Before merge to main1516**Optional:**1718- When stuck (fresh perspective)19- Before refactoring20- After fixing complex bug2122## Review Checklist2324| Category | Check |25| -------------- | ------------------------------- |26| Correctness | Does it do what it should? |27| Tests | Are there tests? Do they pass? |28| Security | Any vulnerabilities? |29| Performance | Any obvious bottlenecks? |30| Readability | Is code clear and maintainable? |31| Error Handling | Are errors handled properly? |3233## Issue Severity3435| Severity | Action |36| ------------- | -------------------------------- |37| **Critical** | Fix immediately, blocks progress |38| **Important** | Fix before proceeding |39| **Minor** | Note for later, can proceed |4041## Review Output Template4243```markdown44## Code Review: [Feature/Task Name]4546### Files Modified4748- `path/to/file.ts` - [what changed]4950### Issues5152**Critical:**5354- [ ] [Issue description]5556**Important:**5758- [ ] [Issue description]5960**Minor:**6162- [ ] [Issue description]6364### Assessment6566- [ ] Ready to proceed67- [ ] Needs fixes (see issues above)68```6970## Key Rules7172- ALWAYS review after each task completion73- MUST fix Critical issues immediately74- MUST fix Important issues before proceeding75- Minor issues can be noted for later76- If reviewer is wrong, push back with technical reasoning7778## Common Mistakes7980- ❌ Skip review because "it's simple" → ✅ Review everything81- ❌ Ignore Critical issues → ✅ Fix immediately82- ❌ Proceed with Important issues → ✅ Fix first8384---85> Converted and distributed by [TomeVault](https://tomevault.io/claim/yellinzero) — claim your Tome and manage your conversions.86<!-- tomevault:4.0:skill_md:2026-04-13 -->
Run npx skillmds@latest add tomevault-io/yellinzero-aico-aico-code-review in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Code Review It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.