workflows/workflows/agent-environment-setup/platforms/claude/generated-skills/review/SKILL.md
Audit a change set for correctness, regression risk, missing tests, and security issues.
npx skillsauth add cubetiq/cubis-foundry 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.
Performs a findings-first review of a change set, concentrating on defects, regressions, and missing verification.
Use this on PR review, before handoff, or whenever the user asks for a code review rather than implementation.
reviewer
code-review is mandatory.owasp-security-review when the change touches auth, secrets, input handling, or external boundaries.Provide the diff, branch, or file list under review and any known concerns.
The result should cite code evidence and avoid speculative or preference-only feedback.
REVIEW_WORKFLOW_RESULT:
findings:
- severity: high | medium | low
file: <path>
issue: <problem>
residual_risks:
- <risk>
Typical next step: /implement
tools
Use when investigating latest vendor behavior, comparing tools or platforms, verifying claims beyond the repo, or gathering external evidence before implementation.
documentation
Use when designing database schemas, normalization strategies, indexing plans, query optimization, and migration workflows for relational, document, or hybrid data stores.
development
Use when writing, reviewing, or refactoring modern C#/.NET code, including minimal APIs, records, async streams, pattern matching, DI lifetimes, and memory-efficient performance tuning.
development
Use when conducting code reviews, building review checklists, calibrating review depth, providing structured feedback, or establishing team review practices. Covers review methodology, feedback patterns, automated checks, and batch review strategies.