What problem does it solve? Contributors to the ciberbal-ai repository often get pull requests automatically rejected by CI because they miss required issue links, type labels, branch naming rules, or commit message formats. This Skill encodes the entire contribution workflow so every PR passes the 5 automated checks on the first attempt. ## Core Features & Use Cases - Issue-First Enforcement: Verifies the linked issue has status:approved before any work begins, since PRs without an approved linked issue are automatically rejected. - Branch Naming & Conventional Commits: Enforces the type/description branch pattern and Conventional Commits format, including breaking-change notation with !. - PR Template & Label Compliance: Generates the full PR body from the required template and ensures exactly one type:* label is applied. - Use Case: You fixed a bug in Claude Code detection on Linux. The Skill walks you through confirming issue #42 is approved, creating fix/claude-detection-linux, running go test ./... and the Docker E2E suite, and opening a compliant PR with gh pr create. ## Quick Start Ask the agent to create a branch and open a pull request on Balthael/ciberbal-ai for your approved issue, following the repository's naming, commit, and labeling rules.