git-workflow
Git branch naming, commit conventions, and PR workflow. Use for all git operations.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Git branch naming, commit conventions, and PR workflow. Use for all git operations.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Code review standards for automated and manual reviews. Use when reviewing code changes.
Ensure documentation stays in sync with code changes. Trigger when modifying CLI commands, config options, directory structure, or public APIs.
Two-layer feature planning (business + technical). Use when planning any feature before implementation starts.
Comprehensive security vulnerability scanning and OWASP Top 10 compliance checking. Use when reviewing code for security issues, validating authentication/authorization, or ensuring security best practices.
Comprehensive patterns for writing robust non-brittle tests including eliminating waitForTimeout, mocking time properly, and generating unique test data. Use when writing any tests to ensure fast reliable maintainable test suites.
TDD patterns, Jest testing conventions, and test quality standards. Use when writing any tests.
| name | git-workflow |
| description | Git branch naming, commit conventions, and PR workflow. Use for all git operations. |
| auto_load | true |
| priority | high |
When creating branches, writing commits, or creating PRs.
agent/issue-{number} # automated loop branches
feat/{description} # feature branches
fix/{description} # bug fix branches
Use conventional commits:
feat: add health check endpoint (closes #1)
fix: resolve test failures for #3
test: add unit tests for runner module
refactor: simplify prompt building
docs: update CLAUDE.md with new skills
chore: update dependencies
Rules:
closes #N