cs-refactor-ff
🎯Skillfrom liuzhengdongfortest/codestable
A CodeStable skill providing a lightweight fast-forward channel for small refactors — AI directly identifies 1-3 low-risk optimization points, applies classic refactoring methods, and self-verifies with tests, without the full scan-design-apply workflow.
Same repository
liuzhengdongfortest/codestable(25 items)
Installation
npx vibeindex add liuzhengdongfortest/codestable --skill cs-refactor-ffnpx skills add liuzhengdongfortest/codestable --skill cs-refactor-ff~/.claude/skills/cs-refactor-ff/SKILL.mdSKILL.md
More from this repository10
A code exploration skill that turns the "question → read code → conclusion" process into a searchable, evidence-based document, supporting three exploration types: question (code investigation around a specific issue), module-overview (structure/boundary mapping), and spike (lightweight multi-directional technical probe).
Stage 2 of the codestable feature workflow that translates an approved design document into code by following the checklist step-by-step, enforcing three core disciplines: write the minimum necessary code, only modify intended files, and never make decisions not covered by the design document.
A knowledge-capture skill in the codestable workflow that distills engineering lessons into searchable learning documents — pitfall track records bugs, traps, and failed attempts while knowledge track records best practices and reusable patterns, so teams avoid repeating the same mistakes.
Stage 1 of the codestable feature workflow that drafts a comprehensive design document (covering architecture, interface contracts, implementation hints, and test design) plus an action checklist, which serve as the single source of truth for the subsequent implementation and acceptance stages.
A CodeStable skill that routes new feature development through a four-stage workflow — brainstorm, design, implementation, and acceptance — inserting a design document between requirements and code to prevent scope drift and leave behind a traceable record.
A CodeStable skill that routes bug-fix workflows through a structured three-stage process — problem report, root cause analysis, and fix verification — ensuring every bug fix leaves behind traceable documentation.
The final acceptance stage of the CodeStable feature workflow that verifies implementation against the design document, updates architecture and requirement docs, closes roadmap items, and produces an acceptance report as the closure record.
A CodeStable skill that serves as the entry point for exploratory discussions — it diagnoses vague ideas through one or two rounds of dialogue and routes them to the right downstream: directly to feature design, into a feature brainstorm note, or to roadmap decomposition for large requirements.
A CodeStable skill that generates reference documentation for each public-facing entry of a library (components, functions, CLI commands, etc.) by reading directly from source code, with a manifest-tracked batch or single-entry workflow.
Stage 3 of the codestable issue workflow that implements targeted bug fixes according to a confirmed root-cause analysis, validates the fix, and writes a fix-note document — enforcing strict scope discipline to prevent unrelated refactoring from contaminating the fix.