Escritor de mensajes de commit convencionales
Why this prompt matters
Good commit messages explain intent, not mechanics. This prompt trains the AI to focus on the why, making git history genuinely useful for debugging.
What we use it for
Developer workflow
Prompt
Analyze the following git diff and write a conventional commit message. Follow the format: type(scope): description. Types: feat, fix, refactor, docs, test, chore, perf. The description should explain WHY the change was made, not WHAT changed (the diff shows what). Keep the first line under 72 characters.
Result
fix(auth): prevent session fixation after password reset
The session token was not being regenerated after a successful password reset, allowing an attacker with a stolen session to maintain access even after the user changed their password.
Regenerates the session ID and invalidates all existing sessions for the user upon successful password change.
Escritor de mensajes de commit convencionales
Genera mensajes de commit claros siguiendo la especificación Conventional Commits.
Este prompt de IA está diseñado para ayudarte a obtener los mejores resultados. Sigue las instrucciones y personaliza los parámetros según tus necesidades específicas.
Para obtener los mejores resultados, proporciona contexto detallado y especifica el formato de salida deseado. Experimenta con diferentes variaciones para encontrar la que mejor se adapte a tu caso de uso.