Documentation
README
Code Review Skill
A Claude Code skill that performs automated code review on the current working repository.
What It Does
This skill analyses the repository structure, reads source files, and produces a structured review covering:
- Code correctness issues
- Security concerns
- Performance opportunities
- Documentation gaps
Usage
/code-review [--effort low|medium|high]
You must have an open repository before invoking this skill. Ignore files listed in .forensicsignore โ they are user-suppressed.
Tools Used
The skill uses these Claude Code tools:
Readโ read source files and configurationBashโ run linters and test suitesEditโ apply suggested fixes (only with--fixflag)
Behaviour
This is the opening of the README. Read the full README on GitHub.