ワンクリックで
ci
Run the full CI check sequence locally (typecheck, lint, format, docs, test, build). Use before committing.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run the full CI check sequence locally (typecheck, lint, format, docs, test, build). Use before committing.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Mark a task as done — close the GitHub issue and clean up labels
Pick the next task from the GitHub project board for this repository
Run a security-focused review of recent changes using the security-reviewer agent
Run tests for a specific package by name or detect from current working directory
Verify a trace file's integrity and evaluate it against a policy in one step
Run documentation governance checks to verify docs consistency and claim accuracy
| name | ci |
| description | Run the full CI check sequence locally (typecheck, lint, format, docs, test, build). Use before committing. |
| allowed-tools | Bash |
| user-invocable | true |
| model | haiku |
Run the full Krynix CI check sequence locally. This mirrors what GitHub Actions runs.
Execute each step sequentially, stopping on first failure:
pnpm typecheck && pnpm lint && pnpm format:check && pnpm docs:check && pnpm test && pnpm build
Report: