skills/code-review/SKILL.md
Structured code review with checklist covering logic, security, maintainability, and tests. Use when reviewing code changes before merge.
npx skillsauth add the-own-lab/Claude-company-of-one 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.
Structured code review with a consistent checklist.
| Level | Meaning | | ------------ | ------------------------------------------------------------------------------------------------------ | | CRITICAL | Blocks merge. Must be fixed before proceeding. Bug, security issue, or data loss risk. | | WARNING | Should fix. Code works but has a real problem — poor error handling, missing edge case, unclear logic. | | INFO | Suggestion. Take it or leave it — style preference, minor improvement, alternative approach. |
Read the template before producing the review report:
Read ${CLAUDE_PLUGIN_ROOT}/templates/REVIEW.md
documentation
Update BRIEF.md sections during a command run. Any skill that produces a brief-persisted artifact calls this to write it back.
development
Post-code check: run tests + confirm TODO acceptance items map to passing tests; applies a security lens but is not a separate scan.
documentation
Command post-step: write CHANGELOG + TODO once per command run. One call, not per-skill doc writes.
content-media
Author REQUIREMENTS.md + DESIGN.md + TODO.md for a feature. The three files are one contract; they ship together.