AI SummaryAutomates pushing branches and waiting for CI workflows to complete, providing developers with immediate feedback on build status without manual polling. Ideal for Claude Code users who want seamless CI integration in their development workflow.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "/ci Command" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (9 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/stefanhoelzl/codehydra/main/.claude/commands/ci.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/ci-wait.ts "https://raw.githubusercontent.com/stefanhoelzl/codehydra/main/.claude/commands/ci-wait.ts" && mkdir -p .claude/skills/commands/feature && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/feature/code-review.md "https://raw.githubusercontent.com/stefanhoelzl/codehydra/main/.claude/commands/feature/code-review.md" && mkdir -p .claude/skills/commands/feature && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/feature/implement.md "https://raw.githubusercontent.com/stefanhoelzl/codehydra/main/.claude/commands/feature/implement.md" && mkdir -p .claude/skills/commands/feature && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/feature/plan-review.md "https://raw.githubusercontent.com/stefanhoelzl/codehydra/main/.claude/commands/feature/plan-review.md" && mkdir -p .claude/skills/commands/feature && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/feature/plan.md "https://raw.githubusercontent.com/stefanhoelzl/codehydra/main/.claude/commands/feature/plan.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/review-quality.md "https://raw.githubusercontent.com/stefanhoelzl/codehydra/main/.claude/commands/review-quality.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/ship-wait.ts "https://raw.githubusercontent.com/stefanhoelzl/codehydra/main/.claude/commands/ship-wait.ts" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/ship.md "https://raw.githubusercontent.com/stefanhoelzl/codehydra/main/.claude/commands/ship.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Push branch and trigger CI workflow
/ci Command
Push the current branch, trigger CI workflow, and wait for completion.
Execution
Run the CI script: `bash npx tsx .claude/commands/ci-wait.ts `
Exit Codes
• 0: SUCCESS - CI passed • 1: FAILED - CI failed (logs printed) • 2: TIMEOUT - Still running after 15 minutes
Report
After the script completes, report the result to the user: • On success: "CI passed" • On failure: Include the failed job names and relevant error details from the output • On timeout: "CI timed out after 15 minutes"
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster