ワンクリックで
checksy
Declarative checks-as-code system for validating repository state using YAML-defined shell checks, with optional auto-fix support.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Declarative checks-as-code system for validating repository state using YAML-defined shell checks, with optional auto-fix support.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Enforces product requirements as defined in /prd directory. Treats PRDs as source of truth and requires explicit confirmation before any PRD modifications.
Repository command reference for the HostVault project. Contains all available just commands for building, testing, linting, and maintaining the codebase. Use this skill when you need to execute build commands, run tests, check code quality, or perform maintenance tasks on the HostVault Turbo monorepo.
| name | checksy |
| description | Declarative checks-as-code system for validating repository state using YAML-defined shell checks, with optional auto-fix support. |
This skill defines how the agent interacts with Checksy, a declarative checks-as-code system used to validate, enforce, and optionally auto-fix repository conditions via shell-based rules.
Checksy is treated as the source of truth for automated project validation, including environment checks, static analysis, and developer workflow constraints.
Checksy defines structured rule files (typically YAML) that describe:
Example structure:
rules:
- name: example check
check: "command-that-must-pass"
severity: error
fix: "optional-fix-command"