一键导入
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 页面并帮你完成安装。
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.
基于 SOC 职业分类
| 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"