スキル一覧に戻る
cuioss

ext-triage-plugin

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-plugin description: Triage extension for marketplace plugin findings during plan-finalize phase allowed-tools: Read

Plugin Development Triage Extension

Provides decision-making knowledge for triaging marketplace plugin development findings during the finalize phase.

Purpose

This skill is a triage extension loaded by the plan-finalize workflow skill when processing plugin development findings (Python scripts, markdown documentation, YAML configurations).

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 plan-marshall-plugin-dev --type triage during finalize phase when:

  1. Python script tests fail (pytest)
  2. Plugin-doctor reports issues
  3. Markdown linting issues detected
  4. YAML validation errors occur

Standards

DocumentPurpose
suppression.mdPython and markdown suppression syntax
severity.mdPlugin-specific severity guidelines

Extension Registration

Registered in marshal.json under the plugin development domain:

"plan-marshall-plugin-dev": {
  "workflow_skill_extensions": {
    "triage": "pm-plugin-development:ext-triage-plugin"
  }
}

Quick Reference

Suppression Methods

Finding TypeSyntax
Python linting# noqa: E501 or # noqa
Python typing# type: ignore
Pytest skip@pytest.mark.skip(reason="...")
Markdown lint<!-- markdownlint-disable MD001 -->

Decision Guidelines

SeverityDefault Action
Test failureFix (tests must pass)
Plugin-doctor errorFix (quality gate)
Script type errorFix or add type ignore
Documentation issueFix for consistency

Acceptable to Accept

  • Markdown formatting in code examples
  • Test skip for environment-specific tests
  • Type ignores for dynamic patterns
  • Plugin-doctor warnings in experimental code

スコア

総合スコア

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

レビュー

💬

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