skills/en/tao-git-workflow/SKILL.md
TAO-compatible git workflow with conventional commit messages, branch strategy, and PR checklist. Auto-loaded for all git operations to ensure consistent commit format and branch discipline.
npx skillsauth add andretauan/tao tao-git-workflowInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Auto-loaded for all git operations: commits, branches, PRs.
type(phase-XX): TNN — short description
Types: | Type | When | |------|------| | feat | New feature | | fix | Bug fix | | refactor | Code restructure (no behavior change) | | test | Add/update tests | | docs | Documentation only | | chore | Build, config, tooling | | style | Formatting, whitespace |
Rules:
feat(phase-01): T03 — add user authenticationmain ─────────────────────────── production (protected)
└─ dev ─────────────────────── integration
├─ feature/phase-01-auth task branches (optional)
└─ fix/phase-02-t05-null bug fix branches (optional)
Rules:
dev (or branch from tao.config.json → git.dev_branch)maingit push --forcegit reset --hard## What
[Brief description of changes]
## Why
[Motivation — task reference]
## How
[Implementation approach]
## Testing
[How to verify]
## Checklist
- [ ] Tests pass
- [ ] Lint passes
- [ ] CONTEXT.md updated
- [ ] CHANGELOG.md updated
testing
Estratégia de pirâmide de testes com análise de cobertura, identificação de edge cases e planejamento de testes. Use ao planejar testes, melhorar cobertura, identificar edge cases ou escrever especificações de teste.
development
Auditoria de segurança alinhada ao OWASP Top 10 com checklist para injection, XSS, autenticação, autorização, gestão de secrets e vulnerabilidades comuns. Use ao auditar segurança, revisar código de auth ou hardening de aplicação.
development
Metodologia de refatoração segura com detecção de code smells, transformação passo-a-passo e prevenção de regressão. Use ao refatorar código, reduzir dívida técnica ou melhorar estrutura.
testing
Decomposição expert de tarefas para criar PLAN.md no TAO. Quebra features em fases e tarefas com critérios de aceite, estimativas e dependências. Use ao planejar trabalho, criar fases ou decompor features.