gentle-ai-issue-creation
Installation
SKILL.md
Gentle AI — Issue Creation Skill
When to Use
Load this skill whenever you need to:
- Report a bug in
gga - Request a new feature or enhancement
- Open any GitHub issue on the Gentleman-Programming/gentle-ai repository
Critical Rules
- Blank issues are DISABLED —
blank_issues_enabled: falsein.github/ISSUE_TEMPLATE/config.yml. You MUST use a template. status:needs-reviewis applied automatically — every new issue gets this label; you do NOT add it manually.status:approvedis REQUIRED before ANY work begins — a maintainer must label the issue before you or anyone opens a PR.- Questions go to Discussions — use GitHub Discussions, NOT issues, for questions and general conversation.
- No Co-Authored-By trailers — never add AI attribution to commits.
- Pre-submission privacy review is MANDATORY — before
gh issue create, replace private project names, usernames, home paths, hostnames, secrets/credentials, and environment-specific identifiers with explicit placeholders (<project-name>,<user>,<hostname>,<token>). Keep reproduction structure with placeholders — never redact an example into nothingness. Do NOT redact intentionally public identifiers likegentle-ai,engram,go. A final body scan happens immediately before publish.