Create a GitHub issue. Use when the user wants to create an issue, open an issue, or report a bug/feature request.
Scanned 2/12/2026
Install via CLI
openskills install sakuro/dotfiles---
name: open-issue
description: Create a GitHub issue. Use when the user wants to create an issue, open an issue, or report a bug/feature request.
---
# Open Issue
Create a GitHub issue using `gh issue create`.
## Rules
- Use heredoc syntax (`$(cat <<'EOF' ... EOF)`) for `--body` to avoid shell escaping issues
- Structure the body with markdown headers (e.g. `## Summary`, `## Details`)
- Add `--label` when the issue type is clear (bug, enhancement, documentation, refactoring)
- If no existing label fits, suggest creating a new label before issue creation
- Never include AI attribution
No comments yet. Be the first to comment!
Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks "how does claude-mem work?" or "what is this thing doing?".