What problem does it solve?
This Skill prevents slow, inconsistent development by defining a clear, repeatable software-delivery workflow for branching, committing, opening PRs, and handling CI/review follow-up so changes reliably move to main.
Core Features & Use Cases
- Branch and commit conventions: Guides how to branch from up-to-date main and how to structure commit messages with the required Co-Authored-By trailer.
- PR body and opening procedure: Provides a consistent PR template (Summary + Test plan) and instructs how to create PRs without unnecessary boilerplate.
- Review and CI follow-up process: Directs how to classify PR review outcomes, hand off to wait-for-pr when polling/auto-fix is needed, and enforce a required self-review workflow before merge.
Quick Start
Use the sdlc skill when you are starting a new cohesive change and need to create a branch, make commits, and open a PR with the correct conventions.