From team
Complete editorial review for Outfitter documentation — voice, style, correctness, and completeness. Use when reviewing docs, auditing before merge, or checking content quality.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team:outfitter-editorialThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Complete editorial pass for Outfitter documentation — covering voice, style, correctness, and completeness in a single skill.
Complete editorial pass for Outfitter documentation — covering voice, style, correctness, and completeness in a single skill.
outfitter-voice and outfitter-styleguide skills. If you cannot, do not proceed — report the failure.README.md, docs/ARCHITECTURE.md)docs/)voice, correctness, code examples)are all links valid?)outfitter-voice skill): confident stance, agent-first framing, plain language over jargon.outfitter-styleguide skill): punch-and-flow rhythm, earned enthusiasm, strong opening and closing.Work through each dimension. For each item, document: PASS/FAIL + evidence.
| Check | How to Verify |
|---|---|
| Code examples run | Extract and execute each example. Report errors verbatim. |
| API signatures match | Compare documented signatures against source code. |
| Links resolve | Check each link target exists (relative paths, anchors, URLs). |
| Technical claims accurate | Cross-reference against implementation or authoritative source. |
| Versions current | Verify version numbers match package.json, Cargo.toml, etc. |
| Check | How to Verify |
|---|---|
| Required sections present | Compare against applicable template (README, API ref, guide). |
| Parameters documented | Each param has: type, purpose, constraints, default value. |
| Error scenarios covered | Document what happens when things go wrong. |
| Edge cases addressed | Empty inputs, nulls, boundaries, concurrent access. |
| Success and failure examples | Show both happy path and error handling. |
| Check | How to Verify |
|---|---|
| Common use cases | List 3-5 typical scenarios; verify each is addressed. |
| Migration paths | Breaking changes include upgrade instructions. |
| Cross-references | Related docs linked where helpful. |
| Agent-friendly | Structured for AI consumption (clear headers, examples). |
| Troubleshooting | Common issues and solutions documented. |
Use the report structure in TEMPLATE.md.
npx claudepluginhub outfitter-dev/outfitter --plugin teamReviews documentation completeness, accuracy, and audience-appropriateness against a project's inferred norms rather than an idealized checklist.
Audits documentation against source code using git-based staleness detection. Run with no args for smart check or specify a path. Supports full audit, auto-fix, and check-only modes.
Writes or updates documentation with code-verified accuracy for READMEs, guides, and API references. Use when creating, reviewing, or updating docs.