changelog
Gere um changelog das mudanças da branch atual comparada com main.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Gere um changelog das mudanças da branch atual comparada com main.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Acione o `tech-writer` para criar um novo Architecture Decision Record (ADR).
Template e guia para ADRs (Architecture Decision Records): quando criar, estrutura, exemplos. Use quando documentar decisões arquiteturais ou criar ADRs.
Padrões Android modernos: Kotlin, Jetpack Compose, MVVM, Hilt, Room, Navigation, Coroutines, testes. Use quando implementar features em Android nativo.
Padrões Angular modernos: Standalone Components, Signals, inject(), HttpClient, RxJS, Testing. Use quando implementar features em Angular ou configurar projeto Angular.
Migração AngularJS para Angular: estratégia incremental, ngUpgrade, dual-boot, padrões de coexistência. Use quando planejar ou executar migração de AngularJS (1.x) para Angular moderno.
Design de API REST seguindo boas práticas. Use quando pedirem para projetar API, definir endpoints, criar contrato REST ou OpenAPI.
Based on SOC occupation classification
| name | changelog |
| description | Gere um changelog das mudanças da branch atual comparada com main. |
| argument-hint | [contexto adicional] |
Gere um changelog das mudanças da branch atual comparada com main.
git log main...HEAD --oneline para listar todos os commitsgit diff main...HEAD --stat para listar arquivos alteradosClassifique cada mudança:
## Changelog
### Features
- feat: descrição da feature
### Fixes
- fix: descrição do fix
### Breaking Changes
- breaking: o que mudou e o impacto
### Other
- refactor/docs/test/infra/deps: descrição
Se o changelog for para PR ou release, considere acionar tech-writer para revisar a documentação.
$ARGUMENTS