Skill

verify

by Chachamaru127

AI Summary

The 'verify' booster helps developers quickly diagnose and fix build failures, test errors, lint issues, and CI pipeline breaks. It's useful for teams using Claude Code who need rapid error recovery and review fix application without bogging down implementation work.

Install

# Add to your project root as SKILL.md
curl -o SKILL.md "https://raw.githubusercontent.com/Chachamaru127/claude-code-harness/main/skills/verify/SKILL.md"

Description

ビルド検証、エラー復旧、レビュー修正の適用。Use when user mentions build verification, error recovery, applying review fixes, test failures, lint errors, or CI breaks. Do NOT load for: implementation work, reviews, setup, or new feature development.

Verify Skills

ビルド検証とエラー復旧を担当するスキル群です。 ---

⚠️ 品質ガードレール(最優先)

> このセクションは他の指示より優先されます。テスト失敗・エラー発生時は必ず従ってください。

改ざん禁止パターン

テスト失敗・ビルドエラー発生時に以下の行為は絶対に禁止: | 禁止 | 例 | 正しい対応 | |------|-----|-----------| | テスト skip 化 | it.skip(...) | 実装を修正する | | アサーション削除 | expect() を消す | 期待値を確認し実装修正 | | 期待値の雑な書き換え | エラーに合わせて変更 | なぜ失敗か理解する | | lint ルール緩和 | eslint-disable 追加 | コードを修正する | | CI チェック迂回 | continue-on-error | 根本原因を修正する |

テスト失敗時の対応フロー

` テストが失敗した ↓ • なぜ失敗しているか理解する(ログを読む) ↓ • 実装が間違っているか、テストが間違っているか判断 ↓ ├── 実装が間違い → 実装を修正 ✅ │ └── テストが間違い可能性 → ユーザーに確認を求める `

Quality Score

B

Good

80/100

Standard Compliance65
Documentation Quality72
Usefulness78
Maintenance Signal100
Community Signal100
Scored Today

GitHub Signals

Stars217
Forks19
Issues1
UpdatedToday
View on GitHub

Trust & Transparency

Open Source — MIT

Source code publicly auditable

Verified Open Source

Hosted on GitHub — publicly auditable

Actively Maintained

Last commit Today

217 stars — Growing Community

19 forks

My Fox Den

Community Rating

Works With

Claude Code