---
description: Alias for /bug - Create a new bug in .bugs.local.md
argument-hint: <summary|file-path>
allowed-tools: Bash, Read, Edit, Write
---

# Create Bug (Alias): $ARGUMENTS

This is an alias for the `/bug` command.

## Instructions

Follow the implementation in `~/.claude/commands/bug.md` with the provided arguments.

All functionality and workflow from `/bug` applies here.

**Usage:**

```bash
/bug:add <summary>
# Same as:
/bug <summary>

# Or with file:
/bug:add path/to/bug-report.md
# Same as:
/bug path/to/bug-report.md
```

**See:** [~/.claude/commands/bug.md](~/.claude/commands/bug.md) for full implementation details.
