What is polishing?
Polish code changes by recovering context, checking against codebase guidelines, removing AI slop, and running review. Use when finalizing work on a branch before PR. Source: casper-studios/casper-marketplace.
Polish code changes by recovering context, checking against codebase guidelines, removing AI slop, and running review. Use when finalizing work on a branch before PR.
Quickly install polishing AI skill to your development environment via command line
Source: casper-studios/casper-marketplace.
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.
Scan the .agents/skills/ directory for skills that might have guidelines relevant to the changed files.
Polish code changes by recovering context, checking against codebase guidelines, removing AI slop, and running review. Use when finalizing work on a branch before PR. Source: casper-studios/casper-marketplace.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/casper-studios/casper-marketplace --skill polishingPolish code changes by recovering context, checking against codebase guidelines, removing AI slop, and running review. Use when finalizing work on a branch before PR. Source: casper-studios/casper-marketplace.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/casper-studios/casper-marketplace --skill polishing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/casper-studios/casper-marketplace