Help us improve
Share bugs, ideas, or general feedback.
From dev-toolkit
Polishes code changes before PR by recovering branch context, checking against codebase guidelines for changed files, removing AI slop like extra comments and casts, and final review.
npx claudepluginhub casper-studios/casper-marketplace --plugin dev-toolkitHow this skill is triggered — by the user, by Claude, or both
Slash command
/dev-toolkit:polishingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A comprehensive workflow for finalizing code changes before creating a PR. This skill ensures code quality, consistency with codebase patterns, and removes common AI-generated artifacts.
Removes AI-generated code slop from current branch by checking git diff against main, targeting extra comments, abnormal defensive checks, try/catch blocks, and style inconsistencies. Summarizes changes.
Reviews local changes, PRs/MRs, or branch diffs using 5-7 parallel agents (bugs, security, guidelines, simplification, test coverage, contract quality). High-signal findings only. Supports deep mode for iterative auto-fix.
Reviews recent git diffs and commits with brutal honesty before PRs, spotting 2am logic flaws, copy-paste artifacts, debug leftovers, hacks, and poor naming.
Share bugs, ideas, or general feedback.
A comprehensive workflow for finalizing code changes before creating a PR. This skill ensures code quality, consistency with codebase patterns, and removes common AI-generated artifacts.
Use the Skill tool to invoke recover-branch-context to understand what the branch is trying to accomplish.
This provides essential context about:
Scan the .agents/skills/ directory for skills that might have guidelines relevant to the changed files.
Match skills to the technologies used in the changed files. For example, if React components were changed, look for a React patterns skill; if an ORM was used, look for a relevant ORM skill.
For each applicable skill:
Check the diff against the default branch, and remove all AI generated slop introduced in this branch.
This includes:
any to get around type issuesDo a final review of the changes — read through the diff and flag anything that looks off.
Provide a summary of: