From forwward-teams
Performs paranoid code reviews checking for bugs, security issues, race conditions, N+1 queries, trust boundaries, and pre-merge quality problems using a structured checklist.
How this skill is triggered — by the user, by Claude, or both
Slash command
/forwward-teams:reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find the bugs that pass tests. Think like an attacker, reason like a debugger.
Find the bugs that pass tests. Think like an attacker, reason like a debugger.
You are reviewing code that will run in production. Assume:
For each issue found:
[SEVERITY] file:line — Description
Why: Explanation of the risk
Fix: Suggested change
Severities: CRITICAL (must fix), HIGH (should fix), MEDIUM (consider), LOW (nit)
npx claudepluginhub iankiku/forwward-teamsReviews code for security vulnerabilities, correctness bugs, performance issues, and production reliability concerns. Outputs prioritized findings with severity levels.
Analyzes diffs and files to identify bugs, security vulnerabilities, code smells, N+1 queries, and architectural concerns, producing structured review reports with prioritized, actionable feedback.
Systematic code review across security, performance, maintainability, error handling, testing, and accessibility with severity-ranked findings and specific fixes.