🎯

cs-audit

🎯Skill

from liuzhengdongfortest/codestable

VibeIndex|
What it does
|

System audit skill that proactively scans code to discover bug risks, security vulnerabilities, performance issues, and architecture drift with P0/P1/P2 severity classification.

📦

Same repository

liuzhengdongfortest/codestable(27 items)

cs-audit

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add liuzhengdongfortest/codestable --skill cs-audit
skills.sh Install⚠ Installs to .agents/skills/
npx skills add liuzhengdongfortest/codestable --skill cs-audit
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/cs-audit/SKILL.md

SKILL.md

747Installs
-
AddedMay 1, 2026

More from this repository10

🎯
cs-feat-accept🎯Skill

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.

🎯
cs-feat-design🎯Skill

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.

🎯
cs-brainstorm🎯Skill

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.

🎯
cs-onboard🎯Skill

A skill that onboards a repository into the CodeStable workflow system, either scaffolding a fresh directory structure from scratch or auditing and migrating existing scattered documents into the standard codestable/ layout.

🎯
cs-explore🎯Skill

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).

🎯
cs-feat-impl🎯Skill

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.

🎯
cs-arch🎯Skill

A CodeStable skill that serves as a one-stop architecture center — draft new architecture documents, refresh existing ones, or run architecture health checks with three modes: new, update, and check.

🎯
cs-learn🎯Skill

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.

🎯
cs-refactor🎯Skill

A CodeStable skill for behavior-equivalent code improvements — it routes refactoring work through a scan-design-apply pipeline with human checkpoints at each stage, ensuring AI only touches what it can do reliably without changing external behavior.

🎯
cs-feat🎯Skill

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.