.agents/skills/bmad-code-review/SKILL.md
Perform adversarial code review finding specific issues. Use when the user says "run code review" or "review this code"
npx skillsauth add tiagoyoko/BPO_MANAGER bmad-code-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.md, READ its entire contents and follow its directions exactly!
ADDITIONAL PROJECT RULE: when the workflow concludes with story status done, you MUST execute the workflow's git completion steps end-to-end: commit the completed work and merge it into the default branch. Do not stop after updating story status/sprint tracking.
When reviewing TypeScript, Next.js API routes, or React code in this repo:
/mastering-typescript or the skill at mastering-typescript/SKILL.md): use it to assess type safety, use of any/unknown, validation at boundaries (Zod), satisfies vs type assertions, strict mode and index access, and toolchain (ESLint, Prettier).jsonSuccess/jsonError, request body validation with parseBody and schemas from src/lib/api/schemas/, no raw as unknown as on Supabase data without a mapper, and consistency with docs/typescript-recommendations.md where applicable.business
Conduct technical research on technologies and architecture. Use when the user says "create a technical research report on [topic]".
documentation
tech-writer agent
testing
Teach testing progressively through structured sessions. Use when user says "lets learn testing" or "I want to study test practices"
testing
Summarize sprint status and surface risks. Use when the user says "check sprint status" or "show sprint status"