What problem does it solve?
This Skill automates the application of Kagenti's specific development conventions to a repository, ensuring consistency in commit messages, pull request templates, and issue templates.
Core Features & Use Cases
- Commit Convention Enforcement: Implements emoji prefixes for commit types (feat, fix, docs, etc.) and requires a sign-off.
- Standardized Templates: Creates or updates
.github/pull_request_template.md, .github/ISSUE_TEMPLATE/bug_report.md, and .github/ISSUE_TEMPLATE/feature_request.md.
- Branch Naming Guidelines: Enforces prefixes like
feat/, fix/, docs/, orchestrate/.
- Use Case: When onboarding a new repository into the Kagenti ecosystem, this skill ensures it adheres to the established development workflow and best practices, improving collaboration and maintainability.
Quick Start
Apply kagenti-specific conventions to an onboarded repo by running the onboard:standards skill.