Prompt templates
Starting points for tasks codelazr measures well on - copy one, swap the brackets, paste into the editor. The same list is one click away from the composer itself.
Blog post, humanized
Research, write, and /humanize a 500-word blog post about [topic].
Marketing page, planned first
/makealist Build a single-page marketing site for [product] with a hero, features, pricing, and FAQ section.
Write unit tests
Write unit tests for the [functionName] function in [file].
Refactor a function
Refactor [functionName] in [file] to be cleaner and more readable, keeping behavior identical.
Add a small feature
Add [feature] to [file] - keep it minimal and consistent with the existing style.
Write docs/comments
Write clear docs/comments for [functionName] in [file].
Add input validation
Add input validation to [form or function] - [list the specific rules].
Fix a bug
Fix the bug in [functionName] - [describe what's wrong].
Debug from an error
I'm getting this error: [paste error]. Find and fix the root cause.
Ambiguous ask, clarify first
/besure Add [feature] - ask me clarifying questions first if anything is ambiguous.