What problem does it solve?
This Skill enforces repository Git policies to prevent accidental pushes, ensure every commit is linked to an issue, maintain up-to-date documentation, and standardize commit and PR messages for Renfield development workflows.
Core Features & Use Cases
- Commit Standards: Ensures every commit follows the prescribed type(scope): message format, includes an issue number, and contains a Co-Authored-By line.
- Push Safety & Branching: Prevents direct pushes to main, enforces feature-branch workflows, and requires explicit confirmation before any git push.
- PR & Documentation Workflow: Requires documentation updates before push and generates structured PR titles and bodies for consistent reviews and traceability.
Quick Start
Prepare a properly formatted commit message, ask for the issue number, ensure documentation sections are updated, include the Co-Authored-By line, and draft a PR title and body ready for creation.