File contents Code Review Checklist
1. Task Compliance
2. Implementation Quality
3. Documentation "First"
4. Testing
5. Consistency
6. High Assurance (If Tier 3 Active)
Criticality Protocol
🔴 BLOCKING: Task not done, Test failure, Broken compat, Stub violation (Logic in stub task).
🟡 MAJOR: Documentation missing, Duplication, Poor names.
🟢 MINOR: Style nits.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1 --- 2 name: matrixfounder-agentic-development-code-review-checklist 3 description: Code Review Checklist 4 --- 5 # Code Review Checklist 6 7 ## 1. Task Compliance 8 - [ ] **Requirements:** Fulfills all "Changes Description" items? 9 - [ ] **Acceptance Criteria:** Met? 10 - [ ] **Use Cases:** Main scenario works? 11 12 ## 2. Implementation Quality 13 - [ ] **Top-Down/Stubs:** 14 - *Stub Task:* Returns hardcoded values? NO logic? E2E checks hardcode? 15 - *Impl Task:* Real logic replaces stub? E2E updated? 16 - [ ] **No Duplication:** used existing methods/helpers? 17 - [ ] **Error Handling:** Exceptions caught and logged? 18 - [ ] **Code Smells:** No magic numbers, understandable names? 19 20 ## 3. Documentation "First" 21 - [ ] **Directory Docs:** `.AGENTS.md` updated for touched source directories under memory tracking policy (or bootstrap step recorded)? 22 - [ ] **Docstrings:** Present for new classes/methods? (Google/JSDoc) 23 - [ ] **Project Docs:** README updated if architecture changed? 24 25 ## 4. Testing 26 - [ ] **E2E:** Passed? Checks main scenario? 27 - [ ] **Regression:** All passed? 28 - [ ] **Unit:** Edge cases covered? 29 - [ ] **No Mocking:** Real LLM/DB used in integration tests? 30 31 ## 5. Consistency 32 - [ ] **Backward Compatibility:** Existing consumers not broken? 33 - [ ] **Architecture:** Follows layers (Service -> Repo)? 34 - [ ] **Style:** Matches project conventions? 35 36 ## 6. High Assurance (If Tier 3 Active) 37 - [ ] **Fail Reason Verified?** Did the tests fail exactly as predicted? 38 - [ ] **Pass Reason Rational?** Does `EXPLAIN_PASS_REASON` match the code? 39 - [ ] **Law of Minimalism:** No dead code? No speculation? 40 - [ ] **Mutation Check:** If you delete a line, does it fail? 41 42 ## Criticality Protocol 43 - 🔴 **BLOCKING:** Task not done, Test failure, Broken compat, Stub violation (Logic in stub task). 44 - 🟡 **MAJOR:** Documentation missing, Duplication, Poor names. 45 - 🟢 **MINOR:** Style nits. 46 47 --- 48 > Converted and distributed by [TomeVault](https://tomevault.io/claim/matrixfounder) — claim your Tome and manage your conversions. 49 <!-- tomevault:4.0:skill_md:2026-04-13 -->
tomevault-io/skills-registry/tree/main/matrixfounder--agentic-development--code-review-checklist commit 9dae39680e
Frequently asked questions How do I install the Matrixfounder Agentic Development Code Review Checklist skill? Run npx skillmds@latest add tomevault-io/matrixfounder-agentic-development-code-review-checklist 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.
What does the Matrixfounder Agentic Development Code Review Checklist skill do? Code Review Checklist It is listed under Coding & Dev Tools on SkillMD.
Is Matrixfounder Agentic Development Code Review Checklist safe to use? 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.
Which AI agents work with Matrixfounder Agentic Development Code Review Checklist? 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.
Is Matrixfounder Agentic Development Code Review Checklist free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Matrixfounder Agentic Development Code Review Checklist? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.