From loobster
Reviews all uncommitted git changes across security, performance, style, and consistency dimensions, producing a prioritized action list with file:line references. Optionally posts findings to issue trackers.
How this command is triggered — by the user, by Claude, or both
Slash command
/loobster:review-codeThe summary Claude sees in its command listing — used to decide when to auto-load this command
Perform a comprehensive review of all uncommitted changes. > **Independent review — never self-verify.** This review MUST be run by a **separate verifier subagent** (`Agent`) that did not write the code. The implementing agent does not review its own work. Spawn a judge with the diff + what to check; it returns only findings. (See the "Never self-verify" rule in `run.md`.) ## What this does - Gathers and reviews all uncommitted changes in the current branch - Produces a prioritized list of action items with file:line references - Optionally posts findings to the relevant issue tracker ##...
Perform a comprehensive review of all uncommitted changes.
Independent review — never self-verify. This review MUST be run by a separate verifier subagent (
Agent) that did not write the code. The implementing agent does not review its own work. Spawn a judge with the diff + what to check; it returns only findings. (See the "Never self-verify" rule inrun.md.)
git status --porcelaingit diffgit diff --cachedgit diff HEADgit log --oneline -n 5${CLAUDE_PLUGIN_ROOT}/reference/token-discipline.md): for a wide diff, delegate per-area review to Agent subagents (e.g. one per dimension or per large file). Each subagent receives its slice of the diff plus what to check, and returns only a findings list (each: severity + file:line + one-line fix) — never the raw hunks. The main thread merges those findings into the single prioritized action list below without re-reading the hunks the subagents already saw..tsx/.jsx/.vue/.svelte/.html/.css/.scss or component/route dirs), run the verifiable frontend layer — follow ${CLAUDE_PLUGIN_ROOT}/commands/verify-frontend.md to capture Playwright screenshots and attach them to the PR. A render failure (4xx/5xx or console errors) is a must-fix. (Independent: CI or a separate verifier subagent assesses — not the implementer.)TaskList), reflect the outcome: leave any task with open action items as in_progress, and only mark tasks completed once their action items are resolved. This keeps /resume accurate.## Code Review
Summary: <1-2 sentences>
Action Items:
1. <indicator> <action> in `path:line`
2. <indicator> <action> in `path:start-end`
npx claudepluginhub nilswidal/loobster/review-unstagedReviews unstaged changes for code quality, style, and potential issues using an isolated agent, then reports findings.
/code-reviewReviews uncommitted code changes via git diff for security vulnerabilities like hardcoded secrets and SQL injection, plus quality issues, generating a severity-based report with line numbers, descriptions, and fixes. Blocks commits on critical/high issues.
/review-codeReviews code against specification compliance, checks if implementation matches requirements, identifies deviations, and reports a compliance score.
/review-codeConducts comprehensive code review assessing quality, architecture, security, and performance, producing prioritized reports, fix examples, and improvement recommendations.
/review-codeComprehensive code review combining clean-code-review and code-smell-detector.