원클릭으로
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 직업 분류 기준
| 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:
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