بنقرة واحدة
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