Review code for issues and improvements
reviewskillsetup L1★8
photostructure/fs-metadata ↗What it does
Find bugs, security flaws, and code quality issues via structured code review
Best for
Catching real bugs in code changes before PR merge, with proof and concrete fixes
Inputs
- · target files or git diff
- · CLAUDE.md/CONTRIBUTING.md (project conventions)
Outputs
- · verified bug reports (Critical/High/Medium/Low)
- · proof + concrete fix for each
Requires
- · project linters (eslint, clang-tidy)
- · TypeScript strict mode
- · git history
Preconditions
- · read project docs first
- · have full call chains visible
- · construct concrete failing scenarios
Failure modes
- · false positives if design rationale missed
- · shallow review if call chains not traced
Trust signals
- · requires scenario verification
- · searches for guards/handlers
- · cites project linter rules