issue-workflow

issue-workflow is a cursor rule for Cursor from vchelaru/XnaFiddle. It costs 399 tokens per session, scanned A, original, MIT.

A set of rules for handling GitHub issues, including branching, building, opening pull requests, and handing UI changes to a person for manual testing. Manual testing means checking the running application by following steps yourself.

In plain words
What is it for?
Use it when implementing a GitHub issue to read its discussion, create a branch, build the application, open a pull request, and give clear manual-test steps when needed.
Why use it?
It prevents issue work from being committed directly to the main branch and makes sure user-visible changes are explicitly checked before release.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/. Also seen: reads .claude/ paths.

Good fit Use it when implementing a GitHub issue to read its discussion, create a branch, build the application, open a pull request, and give clear manual-test steps when needed.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/vchelaru/xnafiddle/issue-workflow
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/vchelaru/XnaFiddle

Made for: Cursor.

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-workflow

README.md
[![agentmods](https://agentmods.dev/badge/rules/vchelaru/xnafiddle/issue-workflow.svg)](https://agentmods.dev/rules/vchelaru/xnafiddle/issue-workflow)
Your own site
<a href="https://agentmods.dev/rules/vchelaru/xnafiddle/issue-workflow"><img src="https://agentmods.dev/badge/rules/vchelaru/xnafiddle/issue-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 399 This file is loaded in full into every session.
When invoked 399 The same file — it is already loaded in full.
Security scan A 0 findings. 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.00399 $0.00399
Opus 5 $0.00199 $0.00199
Sonnet 5 $0.00080 $0.00080
Haiku 4.5 $0.00040 $0.00040

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

Security

Grade A, and why

issue-workflow 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 2d 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.

.cursor/rules/issue-workflow.mdc · 35 lines

What it actually says

Issue workflow & manual testing

Full detail: .claude/skills/issue-workflow/SKILL.md. On GitHub issue work (#N or issue URL), load that skill first.

Issue flow (summary)

  1. Read issue and comments (gh issue view <n> --comments).
  2. Branch off main (feat/… / fix/…) — never commit issue work on main.
  3. Build: dotnet build XnaFiddle.BlazorGL/XnaFiddle.BlazorGL.csproj
  4. Manual testing (below) when the change affects the running app.
  5. Open PR immediately (Closes #<n>); don't wait for manual sign-off.

Manual testing — do not skip or bury in the PR

If the change needs hand testing (most UI/behavior work — compile banner, export dialog, editor tabs, game run, etc.):

  1. Tell the user explicitly they should test it — don't only list steps in the PR body.
  2. Open the solution first (before or while writing steps), so VS loads in parallel:
    Start-Process "XnaFiddle.sln"
    
    Startup project: XnaFiddle.BlazorGL → F5.
  3. Then give concise numbered steps: what to run/click, expected behavior, and what failure looked like before.

Skip manual-test handoff only when the change is genuinely untestable by hand (pure refactor, version bump with no UI surface, etc.) — say so briefly.

Common mistake

Opening the PR with a test-plan checkbox is not a substitute for telling the user to test and opening XnaFiddle.sln for them.

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. 2d ago First seen · 35 lines · 399 tokens per session scan A 9ac12b9302ea

Subscribe to this mod's changes

issue-workflow is a cursor rule published in the GitHub repository vchelaru/XnaFiddle (13 stars, last pushed 2d ago), licensed MIT. It adds 399 tokens to every session, about $0.0020 per session on Opus 5. 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-09-04.