quickStatus
slash command
claude_code
Original Content
--- allowed-tools: Bash(git:*), Bash(npm:*), Bash(yarn:*), Bash(find:*), FileSystem description: Quick project status overview with build and test status --- ## Context - Git status: !`git status --short` - Current branch: !`git branch --show-current` - Uncommitted files: !`git diff --name-only` - Recent commits: !`git log --oneline -3` - Build status: !`npm run build --silent 2>&1 | tail -5 || echo "No build"` - Test status: !`npm test --silent 2>&1 | tail -5 || echo "No tests"` - Active tasks: !`find taskNotes -name "taskFindings.md" -newer taskNotes 2>/dev/null || echo "No active tasks"` Quick overview of project status, active tasks, and next steps.
Convert to Different Formats
Actions
(Clears cached conversions and forces re-processing)