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 Setup•Beginner•markdown
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.
Quick Info
Difficulty: Beginner
Language: markdown
Copy the block above and adapt it to your project.
Related Examples
Complete AGENTS.md for Next.js + TypeScript
A production-grade AGENTS.md used by real teams. Covers principles, skills, workflows, and review standards.
Real Grok Build Skill Definition (advanced-code-reviewer)
A complete, production-ready skill definition you can download and use.
Research → Implement → Review → Ship Workflow
A complete multi-step workflow used for feature development with agents.