style-review
Reviews Markdown prose against the pinned agent-style v0.3.5 rules and optionally writes a polished copy beside the source. Use for specs, ADRs, PR bodies, release notes, and technical docs when prose quality or evidence discipline matters.
适合你,如果经常写技术文档或PR描述,需要保持风格一致
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
~/.claude/skills/(项目级 .claude/skills/)~/.codex/skills/npx oh-my-skill add tranhieutt/software_development_department/style-reviewcurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- tranhieutt/software_development_department/style-reviewnpx oh-my-skill verify tranhieutt/software_development_department/style-review怎么用
技能原文 SKILL.md
Style Review
Opt-in prose review for SDD artifacts using the portable agent-style v0.3.5 skill bundle. This skill is a second-pass review gate, not a global writing mode. It does not edit AGENTS.md, CLAUDE.md, or any source document in place.
Source and Scope
- Rule pack:
.claude/skills/agent-style/references/RULES.md - Upstream note:
.claude/skills/agent-style/references/UPSTREAM.md - Attribution:
.claude/skills/agent-style/references/NOTICE.md - Detector reference:
.claude/skills/agent-style/references/rule-detectors.md - Revision prompt:
.claude/skills/agent-style/references/revision-prompt.md
Use this skill for English technical prose where clarity, evidence, and review readability matter:
- Specs and design docs
- ADRs and decision records
- PR titles and descriptions
- Release notes and changelog entries
- Runbooks, postmortems, and technical documentation
Do not use this skill for routine chat, code, generated logs, or prose where the user's requested voice intentionally overrides formal technical style.
Required CLI Check
Before any audit, check whether the CLI is available:
agent-style --version
If the command is missing, do not claim style review has run. Report this exact fallback:
style-review not run: `agent-style` CLI is not on PATH. Install with `pip install agent-style` or `npm install -g agent-style`, then rerun `/style-review <file>`.
Do not install dependencies unless the user explicitly asks.
Single-File Workflow
Invocation:
/style-review FILE.md
- Read
FILE.mdand confirm it is prose that fits this skill's scope. - Run the deterministic audit:
``bash agent-style review --audit-only FILE.md ``
- Add semantic judgment for rules the CLI marks as skipped because they need host-model context: RULE-01, RULE-03, RULE-04, RULE-08, RULE-11, RULE-F, and RULE-H. Use the bundled
agent-stylerules and detector reference as the source of truth. - Report a compact scorecard with per-rule counts and the first few examples.
- Ask the user before writing any revised copy:
``text Produce a polished draft at FILE.reviewed.md? ``
- On yes, compose the revision using the vendored revision prompt and write only
FILE.reviewed.md. Never modifyFILE.md. - Re-run the audit on
FILE.reviewed.md. - Show before/after scorecard and a diff so the user can merge hunks manually.
A/B Compare Workflow
Invocation:
/style-review BEFORE.md AFTER.md
Run:
agent-style review --mechanical-only --compare BEFORE.md AFTER.md
Report the per-rule delta. Do not ask for polish and do not write files.
Polish Invariants
The polished draft must obey these hard constraints:
- No new facts, metrics, citations, links, code behavior, or claims.
- Preserve Markdown structure unless the structure is the violation.
- Preserve meaning and approximate length budget.
- Resolve only flagged style issues.
- Write beside the source as
FILE.reviewed.md. - Never mutate or overwrite the source file.
If RULE-H flags unsupported claims, do not invent evidence. Keep the claim flagged or ask the user for the missing source.
SDD Integration
- In REVIEW, use this skill when a prose artifact is important enough that clarity or citation discipline affects review quality.
- In SHIP, use this skill before final PR bodies, release notes, or docs when the user asks for polish or when the agent claims prose quality.
- In verification-before-completion, a style-quality claim requires fresh audit evidence from this skill or a clear statement that style review was skipped.
Self-Verification
When asked "is style-review active?", reply:
style-review active: audit 21 rules from agent-style v0.3.5 (deterministic via CLI; semantic via host for RULE-01, 03, 04, 08, 11, F, H); workflow at .claude/skills/style-review/SKILL.md.