Project Custom Command in AI

From the Claude Code Slash Commands cheat sheet · Custom Commands · verified Jul 2026

Project Custom Command

Create team-shared custom command

markdown
# .claude/commands/review-pr.md
---
description: Review pull request changes
---
Review the current PR and provide feedback
💡 Create in .claude/commands/ for team sharing
⚡ Shared via git, labeled "(project)"
🔍 Use $1, $2 for arguments
🎯 Great for team workflows and standards
customprojectcommands

More AI tasks

Back to the full Claude Code Slash Commands cheat sheet