Commands
Granular, single-purpose prompts designed for quick, targeted actions. Use a Command when you need a quick intervention from Jules.
Fun & Experimental
-
Add confetti animation
Add a confetti animation when a specific action succeeds.
// Add a confetti animation when {a specific} action succeeds
Testing
-
Add integration tests
Add integration tests for this API endpoint.
// Add integration tests for this API endpoint
AI-Native Tasks
-
Analyze repo for feature ideas
Analyze this repo and generate 3 feature ideas.
// Analyze this repo and generate 3 feature ideas
Debugging
-
Fix a specific error
Help me fix a specific error in my code.
// Help me fix {a specific} error…
Everyday Dev Tasks
-
Refactor a file
Refactor a specific file from one state to another.
// Refactor {a specific} file from {x} to {y}…
Start from Scratch
-
Summarize a repo
Summarize what's going on in a repository.
// What’s going on in this repo?
Package Management
-
Upgrade linter
Upgrade my linter and autofix breaking config changes.
// Upgrade my linter and autofix breaking config changes
Documentation
-
Write a README
Write a README for this project.
// Write a README for this project
Context
-
Write a status update
Write a status update based on recent commits.
// Write a status update based on recent commits