What problem does it solve?
This Skill removes uncertainty around HARP's CI/CD workflows by explaining which checks, release processes, deployment steps, and local git hooks run for each development event.
Core Features & Use Cases
- CI Workflow Guidance: Understand the backend and frontend checks triggered by pushes and pull requests, including formatting, builds, linting, audits, and tests.
- Release and Deployment Tracking: Follow the release-please versioning flow, automated API version updates, Docker image construction, and Cloud Build deployment to Cloud Run.
- Git Hook Troubleshooting: Learn how to enable and diagnose the pre-commit formatting hook and Conventional Commits validation.
- Use Case: When a pull request fails or a commit is rejected, use this Skill to identify the responsible check or hook and apply the documented fix.
Quick Start
Ask the CI pipeline skill what runs when a pull request is opened, how a release reaches production, or why a commit was rejected.