← スキル一覧に戻る
name: task-verification-pipeline
description: Run and debug a repo verification pipeline (

task-verification-pipeline
by Anveio
⭐ 0🍴 0📅 2025年12月17日
SKILL.md
name: task-verification-pipeline
description: Run and debug a repo verification pipeline (./verify.sh --ui=false or equivalent), including stage selection and opt-in E2E tiers.
Verification Pipeline
When to use
Use this when the task mentions:
./verify.sh, “verification pipeline”, “format/lint/typecheck/test/build”- CI failures or “why does verify fail”
- Enabling E2E (
--e2e=smoke|standard|full)
Default workflow
- Establish baseline (headless):
./verify.sh --ui=false - If it fails, fix the failing stage and rerun until green.
- Only run E2E when needed:
./verify.sh --ui=false --e2e=standard
Key facts
- E2E is opt-in; default verify skips it unless
--e2eis set. - Prefer root scripts (
npm run lint,npm run typecheck,npm run test,npm run build) for targeted iteration.
Slash Commands
Use these for accelerated workflows:
| Command | Purpose |
|---|---|
/verify | Run full pipeline or specific stage (/verify lint) |
/verify-lint [package] | Quick lint check with optional scope |
/lint-and-learn | Auto-fix lint + extract lessons + create PR |
Canonical repo docs
- Your repo’s verification runner docs (commonly
apps/dev-tooling/README.mdor similar). - Your repo’s verification entrypoint (commonly
verify.shor anpm run verifyscript).
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です