重构
代码重组与优化
commit
aravhawk
Commits with perfect messages. Use when making a commit.
code-simplifier
abpai
Simplify and refactor code for clarity, consistency, and maintainability while preserving exact behavior. Use when code was just added or modified and needs readability-focused cleanup without changing outputs, side effects, or external interfaces.
eval-clarity
whitespectre
Score assistant responses for clarity on a strict 1-5 scale, then return strict JSON only with score, rationale, and improvement suggestions. Use when the user asks to evaluate clarity, grade clarity, or critique clarity quality.
clean-unused-code
BizShuk
Find and remove unused code in projects. This skill should be used when cleaning up dead code, removing unreachable functions, or optimizing codebase by eliminating unused code. Currently supports Golang projects.
code-review
ryoshimm
現在のブランチの差分をコード品質の観点でレビューし、リファクタリング・共通化・改善の余地を報告する。コードの修正は行わない。
clean-codejs-modules
DamianWrooby
Module and file-structure patterns for clean JavaScript architecture.
iterate-skill
maxoreric
迭代改进 Skill 的 Skill。当评价不通过或需要优化时触发。触发词:迭代、改进、优化、iterate、improve。
go-development
imrenagi
Best practices for Go development, covering domain-driven design, context usage, and structured logging.
photo-clipper
ppx123-web
Crop photos intelligently based on natural language prompts using GPT-5 vision analysis. Use when the user asks to crop or trim a photo, remove parts of an image, focus on a specific subject, improve composition, or remove distractions from edges.
convert-url-html-to-md
1naichii
"Convert HTML web pages to Markdown for documentation extraction. Use when fetching documentation from websites, extracting structured content, getting clean main content (clean=true), or getting full page with nav/sidebar to discover URLs (clean=false). Ideal for learning libraries and building context from web sources."
coding-best-practices
heykvnzhao
General coding principles for writing clean, maintainable code. Use for development work, code reviews, refactoring, dependency changes, and design discussions about code structure, performance, and reliability.
create-robot-config
PickNikRoboticsServices
Use when the user asks to create, set up, or configure a robot configuration package for MoveIt Pro, or asks about robot config structure, config.yaml, URDF/xacro setup, mock/sim/physical configs, objectives, or mobile base/navigation setup.
tsve-refactoring
pipi-1997
AI-assisted code refactoring using the T-S-V-E (Types, Specs, Verification, Evolution) workflow with Code Hollowing. Use when refactoring complex logic, rewriting legacy code, restructuring modules, or when AI-generated refactors produce patch-on-patch results instead of clean redesigns. Activates for requests like "refactor this class", "rewrite this module", "clean up this spaghetti code", or "redesign this API".
ccmvn
ctalau
Run Maven builds using the ccmvn tool, which provides Maven proxy support for sandboxed environments. Use this skill when you need to run Maven commands like clean install, package, test, or compile.
reimplement-branch
ilamanov
Reimplement the current branch on a new branch with a clean, narrative-quality git commit history. Use when the user wants to clean up messy commits, create a tutorial-style commit history, or prepare a branch for review with logical, self-contained commits. Triggers on requests like "clean up my commits", "reimplement this branch", "create a clean history", or "make my commits reviewable".
notion-organizer
MitchellX
Automatically organize and optimize Notion page content given a Notion URL. Use when user shares a Notion page link and wants to clean up, reorganize, or improve the page. Triggers on: "organize my Notion page", "clean up this Notion", "format this Notion link", sharing a notion.so URL with request to improve/restructure/整理 content. Performs: format correction (code blocks for code/diagrams/formulas), structure reorganization (headings, sections), and content quality improvements. Does NOT read local code — only works with Notion page content.
ai-guidelines
idotta
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
fast-spec
eliascoelho911
"Run full specification pipeline (specify -> clarify -> plan -> tasks -> analyze) orchestrating speckit commands with clean context isolation. Use when: need complete feature spec, fast specification, quick spec, full pipeline, specify and plan, end-to-end spec."
refactor
ab300819
Systematic refactoring skill with test coverage requirements. Supports scope analysis, test-first refactoring, and integration with DevDocs workflow. Use when users need to refactor code, improve code quality, or restructure existing implementations. Triggers on keywords like "refactor", "重构", "优化代码", "代码改造", "tech debt", "技术债".
refactor-guide
jamelna-apps
When the user mentions "refactor", "clean up", "technical debt", "restructure", "reorganize", "improve code quality", or wants to improve existing code without changing behavior.
boy-scout-skill
Darna-Digital
Review and improve an existing task analysis plan by applying boy-scout principles (leave code better than you found it). Use when the user wants to improve an implementation plan, review an analysis for quality, suggest security/performance/UX improvements to a planned change, or refine an existing task-analysis-skill output.
thinking-theory-of-constraints
tjboudreaux
When throughput or latency is pipeline-limited, identify the single binding constraint and exploit, subordinate, elevate, then recheck—ignore non-constraints.
git-branch-cleanup
Tmeister
Safely clean merged and stale git branches with explicit confirmations.
tdd
mguinada
"Guide Test-Driven Development workflow (Red-Green-Refactor) for new features, bug fixes, and refactoring. Identifies test improvement opportunities and applies pytest best practices. Use when writing tests, implementing features, or following TDD methodology. PROACTIVE ACTIVATION: Auto-invoke when implementing features or fixing bugs in projects with test infrastructure (pytest files, tests/ directory). DETECTION: Check for tests/ directory, pytest.ini, pyproject.toml with pytest config, or test files. USE CASES: Writing production code, fixing bugs, adding features, legacy code characterization."