home/productivity/claude-code-slash-commands-directory

Claude Code Slash Commands Directory

GPTClaudeDeepSeek··701 copies·updated 2026-07-14
claude-code-slash-commands-directory.prompt
# Claude Code Slash Commands Directory

This directory contains a comprehensive collection of slash commands for Claude Code, organized into logical categories for easy navigation and use.

## Directory Structure

### 📋 Issue & Task Management
Commands for managing GitHub issues and project tasks.

- [`implement-issue.md`](issue-task-management/implement-issue.md) - Complete implementation of a specific GitHub issue
- [`resolve-priority-issue.md`](issue-task-management/resolve-priority-issue.md) - Resolve the highest priority GitHub issue with comprehensive approach
- [`complete-highest-todo.md`](issue-task-management/complete-highest-todo.md) - Complete the highest priority TODO item
- [`complete-highest-todo-vect-db.md`](issue-task-management/complete-highest-todo-vect-db.md) - Complete highest priority vector database TODO
- [`iterate-todos.md`](issue-task-management/iterate-todos.md) - Systematically work through TODO items
- [`issue_completion_refactor.md`](issue-task-management/issue_completion_refactor.md) - Refactor and complete issue resolution

### 🔧 Development Tasks
Commands for specific development work and implementation.

- [`complete-backend-task.md`](development-tasks/complete-backend-task.md) - Complete highest priority backend task
- [`complete-frontend-task.md`](development-tasks/complete-frontend-task.md) - Complete highest priority frontend task
- [`continue-backend-task.md`](development-tasks/continue-backend-task.md) - Continue working on backend tasks
- [`phase-implementation.md`](development-tasks/phase-implementation.md) - Implement specific project phases

### 🌿 Branch Management
Commands for Git branch operations and workflows.

- [`start-branch-review.md`](branch-management/start-branch-review.md) - Begin comprehensive review of a Git branch
- [`fix-update-branch.md`](branch-management/fix-update-branch.md) - Fix and update branch based on review feedback
- [`finalize-merge-branch.md`](branch-management/finalize-merge-branch.md) - Finalize and merge branch to main

### 🔀 Pull Request Management
Commands for GitHub pull request workflows.

- [`start-pr-review.md`](pull-request-management/start-pr-review.md) - Start pull request review process
- [`fix-update-pr.md`](pull-request-management/fix-update-pr.md) - Fix and update pull request
- [`finalize-merge-pr.md`](pull-request-management/finalize-merge-pr.md) - Finalize and merge pull request

### 🔍 Code Review & Quality
Commands for code review and quality assurance.

- [`comprehensive-code-review.md`](code-review-quality/comprehensive-code-review.md) - Conduct complete expert-level repository review and alignment

### 📖 General Guidelines
General purpose commands and implementation guidelines.

- [`general-task-prompt.md`](general-guidelines/general-task-prompt.md) - General task implementation with comprehensive guidelines
- [`implementation-guidelines.md`](general-guidelines/implementation-guidelines.md) - Core implementation guidelines and tool usage
- [`advanced-implementation-guide.md`](general-guidelines/advanced-implementation-guide.md) - Advanced implementation guidelines with detailed tool usage
- [`tripsage-core-prompt.md`](general-guidelines/tripsage-core-prompt.md) - TripSage specific core prompt

## Usage

To use any of these slash commands in Claude Code:

1. Navigate to the appropriate subdirectory based on your task type
2. Use the command file name (without the `.md` extension) as your slash command
3. Add any required arguments after the command name

### Example Usage

when to use it

Community prompt sourced from the open-source GitHub repo BjornMelin/prompt-atlas (MIT). A "Claude Code Slash Commands Directory" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

BjornMelin/prompt-atlas · MIT