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