Git Commit Message
Write clear, conventional commit messages with proper scope and description
Template Fields
Describe what you changed and why, e.g.: - Refactored auth middleware to use JWT - Fixed null check in user profile loader - Added rate limiting to /api/submit
e.g., auth, api, ui, payments, tests
e.g., #123, JIRA-456
Related Resources
Aider Prompting Guide (2026)
How to prompt Aider — the terminal AI pair-programmer. /add and /drop file scoping, git-commit-per-change workflow, and atomic edit patterns.
5 Prompt Patterns for API Documentation and Integration
Copy-paste prompt templates for writing API docs, generating integration guides, troubleshooting endpoints, and creating SDK examples.
5 Prompt Patterns for AI-Assisted Code Review
Five prompt patterns for thorough AI code reviews. Covers security audits, performance checks, readability, bug detection, and architecture review.
Related Templates
Bug Report
Write a clear, actionable bug report that developers can act on immediately
README Generator
Create a professional README.md for any project or repository
API Endpoint Documentation
Document an API endpoint with request/response examples
Changelog / Release Notes
Write clear, user-friendly changelogs and release notes from raw commit logs or feature lists