skills/doc-refactor/SKILL.md
Refactor documents — simplify without losing information, visualize flows with sequenceDiagram.
npx skillsauth add sd0xdev/sd0x-dev-flow doc-refactorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
/simplify or /refactor)/codex-review-doc)/tech-spec or /create-request)Dispatch to the dedicated doc-refactor agent:
Agent({
description: "Refactor document — simplify without losing information",
subagent_type: "doc-refactor",
prompt: `Refactor the document at: $ARGUMENTS
Follow the task steps and simplification standards defined in this skill.`
})
For the file specified by $ARGUMENTS:
Analyze original content
Refactor
Validate
| File Type | Target Lines | |-----------|-------------| | CLAUDE.md | < 50 | | rules/.md | < 30 | | agents/.md | < 50 |
## Refactoring Result
- Original: X lines
- Simplified: Y lines (-Z%)
## Changes
- <summary>
documentation
Rewrite the previous reply in Traditional Chinese
development
Monitor GitHub Actions CI runs until completion. Use when: watching CI after push, checking build status, monitoring PR checks, waiting for CI completion, user says 'watch CI', 'check CI', 'CI status', 'monitor build', or /watch-ci. Not for: pushing code (use push-ci), creating PRs (use create-pr). Output: per-run verdict (pass/fail/timeout).
development
Verification loop — lint -> typecheck -> unit -> integration -> e2e
development
Research current code state then update corresponding docs, ensuring docs stay in sync with code.