Back to Examples

Conventional Commit + PR Description Template

The exact format used for high-signal commits and PRs that agents and humans both love.

Agent SetupBeginnermarkdown
Example Code
feat(auth): add magic link login with rate limiting

## Why
Users requested passwordless login. Magic links reduce friction while maintaining security.

## What changed
- New /api/auth/magic-link endpoint (rate limited + signed tokens)
- Email template + send abstraction
- Frontend magic link form in login page
- Added tests for rate limiting and token expiry

## Testing
- Run the new magic link e2e test
- Try the flow locally with Mailpit

## Screenshots
[attached]

Refs: #284

When to use this

The exact format used for high-signal commits and PRs that agents and humans both love.