What problem does it solve?
This Skill eliminates the wasted time of pushing code changes only to discover GitHub Actions CI failures, letting you validate all required checks locally before sharing your work with your team.
Core Features & Use Cases
- Local CI Parity: Runs the exact same GitHub Actions pipeline locally, ensuring your changes pass all linting, type checking, and test suites that remote CI will run.
- Pause & Retry Workflow: Automatically pauses on step failure, letting you fix issues and retry only the failed step or resume from an earlier step without re-running the entire pipeline.
- Use Case: When you've updated OAuth provider integration code in the API, use this Skill to run the full test, lint, and type check pipeline locally to catch errors early, avoiding failed remote CI runs and wasted review time.
Quick Start
Use the agent-ci skill to run the full GitHub Actions CI pipeline locally to validate your recent code changes before pushing to the remote repository.