issue-creation

issue-creation is a skill for Claude Code, Codex from Gentleman-Programming/gentleman-guardian-angel. It costs 0 tokens per session (493 once invoked), scanned A, original, MIT.

An issue-creation guide for GGA, a command-line tool. It requires bugs and feature requests to use the repository's templates and issue-first process before code changes begin.

In plain words
What is it for?
Use it when reporting a bug or requesting a feature in GitHub, including the GGA version, operating system, provider, reproduction steps, expected behavior, or affected code area.
Why use it?
It prevents incomplete or blank issues and records the details needed to reproduce problems or plan changes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Good fit Use it when reporting a bug or requesting a feature in GitHub, including the GGA version, operating system, provider, reproduction steps, expected behavior, or affected code area.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gentleman-programming/gentleman-guardian-angel/issue-creation
About the project

Gentleman Guardian Angel is an AI code-review tool that checks staged files against a repository’s coding standards. Developers use it as a Git pre-commit hook or to review full pull requests, with different AI providers available. The catalogue add-ons support its workflows.

Gentleman-Programming/gentleman-guardian-angel · 1,149 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Gentleman-Programming/gentleman-guardian-angel --skill issue-creation
Clone the repo
git clone --depth 1 https://github.com/Gentleman-Programming/gentleman-guardian-angel

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for issue-creation

README.md
[![agentmods](https://agentmods.dev/badge/skills/gentleman-programming/gentleman-guardian-angel/issue-creation/github.svg)](https://agentmods.dev/skills/gentleman-programming/gentleman-guardian-angel/issue-creation)
Your own site
<a href="https://agentmods.dev/skills/gentleman-programming/gentleman-guardian-angel/issue-creation"><img src="https://agentmods.dev/badge/skills/gentleman-programming/gentleman-guardian-angel/issue-creation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for issue-creation

Your own site · 80×15
<a href="https://agentmods.dev/skills/gentleman-programming/gentleman-guardian-angel/issue-creation"><img src="https://agentmods.dev/badge/skills/gentleman-programming/gentleman-guardian-angel/issue-creation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 493 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00493
Opus 5 $0.00000 $0.00246
Sonnet 5 $0.00000 $0.00099
Haiku 4.5 $0.00000 $0.00049

Measured 11d ago against content hash dcc150aea6e9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

issue-creation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/issue-creation/SKILL.md · 63 lines

How it starts

The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: gga-issue-creation

Purpose

Standardize issue creation following the issue-first workflow for GGA.

When to Use

When creating a GitHub issue, reporting a bug, or requesting a feature.

Workflow

  1. Identify issue type: bug or feature
  2. Use gh issue create with the correct template
  3. Fill all required fields completely
  4. Wait for status:approved label before opening any PR

Templates

GGA has two templates — NEVER create blank issues (they are disabled):

Template Command Use When
Bug report gh issue create --template bug_report.yml Something is broken
Feature request gh issue create --template feature_request.yml Something is missing

Bug Report Requirements

Must include:

  • GGA version: gga version
  • Shell (bash version: bash --version)
  • OS (macOS/Linux/distro)
  • Provider being used (claude, gemini, codex, ollama)
  • Exact reproduction steps
  • Expected vs actual behavior

Feature Request Requirements

Must include:

  • Problem description (what can't you do today?)
  • Proposed solution
  • Affected area: bin/gga, lib/providers.sh, lib/cache.sh, hooks, CI mode, config

Issue Lifecycle

Created → status:needs-review → status:approved → (open PR)
                              → status:rejected  → (closed, no PR)

Never open a PR for an issue without status:approved.

Critical Rules

  • ALWAYS use gh issue create with a template
  • NEVER create blank issues — they are intentionally disabled
  • Bug reports MUST include GGA version and provider
  • Feature requests MUST describe the problem before the solution
  • Issues receive status:needs-review automatically on creation
  • Wait for maintainer to add status:approved before creating a PR

Cookbook

If... Then... Example
Reporting a bug Use bug report template, include version + provider Hook marker injection fails on zsh
Requesting a feature Use feature request template, describe problem first Can't use gga in Docker without TTY
Unsure which template Default to feature request Improvement to existing behavior

Read the full file on GitHub · 63 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 63 lines · 0 tokens per session scan A dcc150aea6e9

Subscribe to this mod's changes

issue-creation is a skill published in the GitHub repository Gentleman-Programming/gentleman-guardian-angel (1,149 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 493 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories