スキル一覧に戻る
Nepopams

contract-checker

by Nepopams

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

SKILL.md


name: contract-checker description: Validates contract JSON Schemas and fixtures, fails fast on breaking format issues.

Contract Checker Skill

...

Inputs

  • JSON fixtures in skills/contract-checker/fixtures/.
  • Command and decision JSON schemas in contracts/schemas/.

Outputs

  • Validation report printed to stdout.
  • Non-zero exit status when fixtures do not match schemas.

Steps

  1. Load command and decision schemas.
  2. Validate each fixture against the correct schema.
  3. Treat invalid_*.json fixtures as expected failures.
  4. Emit a summary and exit with status 1 if expectations are not met.

Definition of Done (DoD)

  • All fixtures validate against their expected schema outcome.
  • Invalid fixtures fail validation as expected.
  • Script exits cleanly with status 0 when expectations are met.

スコア

総合スコア

50/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

レビュー

💬

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