スキル一覧に戻る
cuioss

ext-triage-docs

by cuioss

An orchestration layer for AI coding assistants (currently Claude Code) that enforces consistency, reliability, and more predictable outputs.

0🍴 0📅 2026年1月17日
GitHubで見るManusで実行

SKILL.md


name: ext-triage-docs description: Triage extension for documentation findings during plan-finalize phase allowed-tools: Read

Documentation Triage Extension

Provides decision-making knowledge for triaging documentation-related findings during the finalize phase.

Purpose

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.

When This Skill is Loaded

Loaded via resolve-workflow-skill-extension --domain documentation --type triage during finalize phase when:

  1. AsciiDoc validation errors occur
  2. Broken cross-references are detected
  3. ADR format issues are found
  4. Interface specification validation fails
  5. Link validation errors occur

Standards

DocumentPurpose
suppression.mdAsciiDoc and markdown suppression syntax
severity.mdDocumentation-specific severity guidelines

Extension Registration

Registered in marshal.json under the documentation domain:

"documentation": {
  "workflow_skill_extensions": {
    "triage": "pm-documents:ext-triage-docs"
  }
}

Quick Reference

Suppression Methods

Finding TypeSyntax
AsciiDoc lint// asciidoc-lint-disable: rule-name
Link check// skip-link-check
ADR formatDocument in ADR metadata
Markdown lint<!-- markdownlint-disable MD001 -->

Decision Guidelines

SeverityDefault Action
Broken linkFix (mandatory)
Invalid cross-referenceFix (mandatory)
Format inconsistencyFix or accept with justification
Style warningAccept (low priority)

Acceptable to Accept

  • Draft documentation pending review
  • External links to third-party sites (with skip annotation)
  • Legacy documentation pending migration
  • Generated documentation from code
  • Historical ADRs with outdated format

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です