원클릭으로
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"