Development
polish - Claude MCP Skill
polish
SEO Guide: Enhance your AI agent with the polish tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to polish... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# polish Remove AI slop and lint errors from branch. Autonomous, no confirmation. ## Critical Rules 1. **ONLY remove slop** ā No refactoring, no "improvements" 2. **ONLY fix lint/type errors** ā Not style preferences 3. **NEVER change logic** ā Even if "better" way exists 4. **NEVER touch unrelated code** ā Only files in branch diff 5. **BATCH processing** ā Don't read all files at once, process in groups ## Slop Reference | Remove | Keep | |--------|------| | WHAT comments (`// increment counter`) | WHY comments | | `as any` type bypasses | Legitimate assertions with reason | | Defensive try/catch in internal code | Error handling at API boundaries | | Null checks for non-nullable types | Boundary validation | | Console.logs added for debugging | Intentional logging | **Skip if uncertain.** When in doubt, leave it. āāāāāāāāāā ## Workflow ### Step 0: Get Changed Files + Create TODO ```bash git diff main...HEAD --name-only ``` Group files by directory/feature area. Create TODO list: - One item per group (2-4 related files) - Mark first group as `in_progress` āāāāāāāāāā ### Step 1: Process Each Group For current group: 1. **Read diffs only** (not full files): ```bash git diff main...HEAD -- path/to/file1 path/to/file2 ``` 2. **Apply fixes** ā Remove slop, fix lint errors 3. **Mark group complete** ā Move to next Repeat until all groups done. āāāāāāāāāā ### Step 2: Final Lint Check Run project's lint command on changed files only. Fix remaining errors in scope. āāāāāāāāāā ### Step 3: Summary ``` Polished X files: - [file]: removed Y comments, fixed Z lint errors - [file]: removed `as any` ``` If nothing to polish: "Branch is clean."
Signals
Information
- Repository
- elie222/inbox-zero
- Author
- elie222
- Last Sync
- 2/14/2026
- Repo Updated
- 2/14/2026
- Created
- 1/17/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
mem0
Integrate Mem0 Platform into AI applications for persistent memory, personalization, and semantic search. Use this skill when the user mentions "mem0", "memory layer", "remember user preferences", "persistent context", "personalization", or needs to add long-term memory to chatbots, agents, or AI apps. Covers Python and TypeScript SDKs, framework integrations (LangChain, CrewAI, Vercel AI SDK, OpenAI Agents SDK, Pipecat), and the full Platform API. Use even when the user doesn't explicitly say "mem0" but describes needing conversation memory, user context retention, or knowledge retrieval across sessions.
upgrade-nodejs
Upgrading Bun's Self-Reported Node.js Version
cursorrules
CrewAI Development Rules
cn-check
Install and run the Continue CLI (`cn`) to execute AI agent checks on local code changes. Use when asked to "run checks", "lint with AI", "review my changes with cn", or set up Continue CI locally.
Related Guides
Bear Notes Claude Skill: Your AI-Powered Note-Taking Assistant
Learn how to use the bear-notes Claude skill. Complete guide with installation instructions and examples.
Mastering tmux with Claude: A Complete Guide to the tmux Claude Skill
Learn how to use the tmux Claude skill. Complete guide with installation instructions and examples.
OpenAI Whisper API Claude Skill: Complete Guide to AI-Powered Audio Transcription
Learn how to use the openai-whisper-api Claude skill. Complete guide with installation instructions and examples.