generate-test-plan

generate-test-plan is a command for Claude Code from wangke19/gemini-ai-helpers. It costs 8 tokens per session (1,833 once invoked), scanned A, original, Apache-2.0.

A test-plan generator that reads a Jira issue and related GitHub pull requests and produces a manual testing guide. A pull request is a proposed code change submitted for review.

In plain words
What is it for?
Use it to prepare manual test steps for stories, bugs, and other Jira work items, including checks based on acceptance criteria and expected behaviour.
Why use it?
It removes the need to reconstruct requirements and code changes before deciding what to test. It turns issue details and implementation changes into concrete test scenarios.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: positional $N argument.

Good fit Use it to prepare manual test steps for stories, bugs, and other Jira work items, including checks based on acceptance criteria and expected behaviour.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/wangke19/gemini-ai-helpers/generate-test-plan
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.

Clone the repo
git clone --depth 1 https://github.com/wangke19/gemini-ai-helpers

Made for: Claude Code.

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 generate-test-plan

README.md
[![agentmods](https://agentmods.dev/badge/commands/wangke19/gemini-ai-helpers/generate-test-plan/github.svg)](https://agentmods.dev/commands/wangke19/gemini-ai-helpers/generate-test-plan)
Your own site
<a href="https://agentmods.dev/commands/wangke19/gemini-ai-helpers/generate-test-plan"><img src="https://agentmods.dev/badge/commands/wangke19/gemini-ai-helpers/generate-test-plan/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 generate-test-plan

Your own site · 80×15
<a href="https://agentmods.dev/commands/wangke19/gemini-ai-helpers/generate-test-plan"><img src="https://agentmods.dev/badge/commands/wangke19/gemini-ai-helpers/generate-test-plan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,833 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00008 $0.01833
Opus 5 $0.00004 $0.00916
Sonnet 5 $0.00002 $0.00367
Haiku 4.5 $0.00001 $0.00183

Measured 9d ago against content hash 89f464e10b9c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

generate-test-plan scanned grade A with 1 finding 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 9d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- The command uses curl to fetch JIRA data via REST API: https://redhat.atlassian.net/rest/api/3/issue/{$1}
extensions/jira/commands/generate-test-plan.md · 187 lines

How it starts

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

Name

jira:generate-test-plan

Synopsis

/jira:generate-test-plan [JIRA issue key] [GitHub PR URLs]

Description

The 'jira:generate-test-plan' command takes a JIRA issue key and optionally a list of PR URLs. It fetches the JIRA issue details, retrieves all related PRs (or uses the provided PR list), analyzes the changes, and generates a comprehensive manual testing guide.

JIRA Issue Test Guide Generator

Implementation

  • The command uses curl to fetch JIRA data via REST API: https://redhat.atlassian.net/rest/api/3/issue/{$1}
  • Uses WebFetch to extract PR links from JIRA issue if no PRs provided
  • Uses gh pr view to fetch PR details for each PR
  • Analyzes changes across all PRs to understand implementation
  • Generates comprehensive manual test scenarios

Process Flow:

  1. JIRA Analysis: Fetch and parse JIRA issue details:

    • Use curl to fetch JIRA issue data: curl -s "https://redhat.atlassian.net/rest/api/3/issue/{$1}"
    • Parse JSON response to extract:
      • Issue summary and description
      • Context and acceptance criteria
      • Steps to reproduce (for bugs)
      • Expected vs actual behavior
    • Extract issue type (Story, Bug, Task, etc.)
  2. PR Discovery: Get list of PRs to analyze:

    • If no PRs provided in arguments ($2, $3, etc. are empty):
    • If PRs provided in arguments:
      • Use only the PRs provided in $2, $3, $4, etc.
      • Ignore any other PRs linked to the JIRA
  3. PR Analysis: For each PR, fetch and analyze:

    • Use gh pr view {PR_NUMBER} --repo <your repo> --json title,body,commits,files,labels
    • Extract:
      • PR title and description
      • Changed files and their diffs
      • Commit messages
      • PR status (merged, open, closed)
    • Read changed files to understand implementation details
    • Use Grep and Glob tools to:
      • Find related test files
      • Locate configuration or documentation
      • Identify dependencies

Read the full file on GitHub · 187 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. 9d ago First seen · 187 lines · 8 tokens per session scan A 89f464e10b9c

Subscribe to this mod's changes

generate-test-plan is a command published in the GitHub repository wangke19/gemini-ai-helpers (2 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 8 tokens to every session and 1,833 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.