# GitHub Issue Management

Create and manage GitHub issues effectively for bug reports and feature requests.

## Tools

- `github_issue` with `action: create` - Create new issues with structured information
- `github_issue` with `action: list` or `view` - Inspect existing issues and labels

## Instructions

- Write clear, descriptive titles that summarize the issue at a glance
- Add appropriate labels (bug, enhancement, documentation) for better organization
- Include detailed reproduction steps with expected vs actual behavior
- Attach relevant logs, screenshots, or error messages to help diagnose problems
