marketplace/bundles/pm-documents/skills/ext-triage-docs/SKILL.md
Triage extension for documentation findings during plan-finalize phase
npx skillsauth add cuioss/plan-marshall ext-triage-docsInstall 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.
Provides decision-making knowledge for triaging documentation-related findings during the finalize phase.
This skill is a triage extension loaded by the plan-finalize workflow skill when processing documentation findings (AsciiDoc, ADRs, interface specifications). It provides domain-specific knowledge for deciding whether to fix, suppress, or accept findings.
Key Principle: This skill provides knowledge, not workflow control. The finalize skill owns the process.
Loaded via resolve-workflow-skill-extension --domain documentation --type triage during finalize phase when:
| Document | Purpose | |----------|---------| | suppression.md | AsciiDoc and markdown suppression syntax | | severity.md | Documentation-specific severity guidelines | | pr-comment-disposition.md | PR review comment disposition (FIX / REPLY-AND-RESOLVE / ESCALATE) for documentation |
Registered in marshall.json under the documentation domain:
"documentation": {
"workflow_skill_extensions": {
"triage": "pm-documents:ext-triage-docs"
}
}
| Finding Type | Syntax |
|--------------|--------|
| AsciiDoc lint | // asciidoc-lint-disable: rule-name |
| Link check | // skip-link-check |
| ADR format | Document in ADR metadata |
| Markdown lint | <!-- markdownlint-disable MD001 --> |
| Severity | Default Action | |----------|----------------| | Broken link | Fix (mandatory) | | Invalid cross-reference | Fix (mandatory) | | Format inconsistency | Fix or accept with justification | | Style warning | Accept (low priority) |
pm-documents:ref-asciidoc - AsciiDoc formatting and validationpm-documents:ref-documentation - Content quality and reviewtesting
A test skill for README generation
testing
A test skill with existing references
tools
Skill without references directory
development
Test skill with table-format references