Back to list
GodSpeedAI

validation

by GodSpeedAI

VibesPro: Infrastructure for AI-native development. The first Generative Development Environment (GDE) where your team's decisions become reusable patterns—express requirements naturally, get production-ready systems automatically.

0🍴 1📅 Dec 27, 2025

SKILL.md


Validation Skill

Use this skill to run quality gates and structural checks across the kit. It ensures that all artifacts comply with the manifest schema, naming conventions and dependency rules.

Steps

  1. Load the manifest. Read ce.manifest.jsonc and strip JSONC comments. Confirm it contains required top‑level fields (version, mode, artifacts).

  2. Run the validation script. Invoke the Context Kit: Validate task defined in .vscode/tasks.json, which runs the Python script .github/skills/validation/scripts/validate_manifest.py. This script checks id uniqueness, tag validity, file existence and dependency closure. Review its output for errors.

  3. Report results. Summarise whether the manifest passed validation. If errors are detected, provide the file and line numbers if possible and suggest how to fix the issues (e.g. add missing files, correct tag typos, register new artifacts).

  4. Repeat after changes. When adding or modifying artifacts, always run this skill before merging changes to ensure the repository remains consistent and free from technical debt.

By automating validation, this skill enforces strict mode and reduces the risk of subtle misconfigurations.

Score

Total Score

70/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon