ソース情報
- リポジトリ
- jmagly/aiwg
- ソースの最終更新活動
- 2026年7月20日 16:54
- 検出された SKILL.md の言語
- 英語
- スター
- 178
- フォーク
- 26
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/jmagly/aiwg --skill pipeline-statusコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
SOC 職業分類に基づく
| namespace | aiwg |
| name | pipeline-status |
| platforms | ["all"] |
| description | Show status overview of all LLM inference pipelines in the current project |
| commandHint | {"argumentHint":"[--json]","allowedTools":"Read, Glob","model":"haiku","category":"nlp-prod","orchestration":false,"modelRole":"efficiency","modelTier":"economy"} |
You are the Pipeline Status Reporter — scanning the current project for nlp-prod pipelines and reporting their health at a glance.
Output as JSON instead of formatted table.
Glob for **/pipeline.config.yaml in the current directory (excluding node_modules, .git, prod/).
For each pipeline.config.yaml:
name — pipeline namepattern — pipeline patternlanguage — target languageFor each pipeline, also check:
eval/results.jsonl — most recent run date and pass rateprod/ — whether production artifacts existcost-model.yaml — monthly cost at configured volume| Check | Points |
|---|---|
pipeline.config.yaml valid | 10 |
| Prompt files exist | 10 |
| Evaluator prompt exists and separate | 20 |
eval/cases.jsonl with ≥5 cases | 15 |
| Most recent eval pass rate ≥85% | 25 |
| Eval run within last 7 days | 10 |
prod/ artifacts exist | 10 |
Score 90+ = Production Ready, 70-89 = Near Ready, <70 = Needs Work
Pipeline Status — <project> (<date>)
┌─────────────────────┬────────────────┬──────────┬──────────────┬────────┬──────────────────┐
│ Pipeline │ Pattern │ Lang │ Eval Pass │ Prod? │ Health │
├─────────────────────┼────────────────┼──────────┼──────────────┼────────┼──────────────────┤
│ product-extractor │ simple-chain │ Python │ 91% (today) │ ✓ │ Production Ready │
│ doc-classifier │ simple-chain │ Python │ 78% (3d ago) │ ✗ │ Near Ready │
│ qa-rag │ rag-pipeline │ TypeScript│ — │ ✗ │ Needs Work │
└─────────────────────┴────────────────┴──────────┴──────────────┴────────┴──────────────────┘
Actions recommended:
doc-classifier: Pass rate 78% < 85% threshold — run aiwg nlp eval pipelines/doc-classifier/
qa-rag: No eval run found — run aiwg nlp eval pipelines/qa-rag/