Borrowing it
Nothing to install: this file belongs to MarcusJellinghaus/mcp-workspace. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/MarcusJellinghaus/mcp-workspace/main/.claude/skills/issue_approve/SKILL.mdgit clone --depth 1 https://github.com/MarcusJellinghaus/mcp-workspaceWrote 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.
[](https://agentmods.dev/skills/marcusjellinghaus/mcp-workspace/issue_approve)<a href="https://agentmods.dev/skills/marcusjellinghaus/mcp-workspace/issue_approve"><img src="https://agentmods.dev/badge/skills/marcusjellinghaus/mcp-workspace/issue_approve/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.
<a href="https://agentmods.dev/skills/marcusjellinghaus/mcp-workspace/issue_approve"><img src="https://agentmods.dev/badge/skills/marcusjellinghaus/mcp-workspace/issue_approve.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00008 | $0.00915 |
| Opus 5 | $0.00004 | $0.00458 |
| Sonnet 5 | $0.00002 | $0.00183 |
| Haiku 4.5 | $0.00001 | $0.00092 |
Grade A, and why
issue_approve 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Approve Issue
Approve the current issue to transition it to the next status in the workflow.
Resolve Issue Number
The user may provide an issue number as the argument (available as $ARGUMENTS).
If no issue number is provided:
- Check if the issue number is known from prior
/issue_analyseor/issue_createin this conversation - Read
.vscodeclaude_status.txtand extract the issue number from theIssue #NNNline - If still unknown, ask the user
Cross-Repo Issues
If a --repo owner/repo flag was given, first check whether that repo is a configured
reference project — match owner/repo against the url of each entry
get_reference_projects() returns. If it is, use the MCP tools with that entry's name as
reference_name: mcp__mcp-workspace__github_issue_view and
mcp__mcp-workspace__github_issue_comment both reach it. Only when the repo is not a
configured reference project, fall back to the gh commands below, appending
--repo owner/repo to each.
Instructions
-
Fetch the issue to confirm it exists: Call
mcp__mcp-workspace__github_issue_viewwith the issue number (or withreference_namefor a cross-repo issue).Note its current status label — step 5 compares against it.
-
Validate that the issue is ready for approval:
- Issue has been analyzed/discussed
- Requirements are clear
- No blocking questions remain
If any check fails, stop and report — do not approve.
-
Comment
/approveon the issue:
mcp__mcp-workspace__github_issue_comment(number=<issue_number>, body="/approve")
For a cross-repo issue (--repo owner/repo) that is a configured reference project, pass
its reference_name:
mcp__mcp-workspace__github_issue_comment(number=<issue_number>, body="/approve", reference_name=<name>)
For any other repo, use Bash instead — the MCP tool only reaches the workspace repository
and its configured reference projects. MSYS_NO_PATHCONV=1 prevents Windows Git Bash from
rewriting the leading / and is needed only for this Bash form:
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.
- 7d ago Changed · +10 lines 791e804a033c
- 9d ago First seen · 77 lines · 8 tokens per session scan A 12ae6b4a49d2
issue_approve is a skill published in the GitHub repository MarcusJellinghaus/mcp-workspace (50 stars, last pushed yesterday), licensed MIT. It adds 8 tokens to every session and 915 once invoked, about $0.0000 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-08-30.
Other skills, from other repositories
report-issue
File a bug or feature request against this repository (cyanheads/git-mcp-server) using the gh CLI. Use for tool logic bugs, git provider misbehavior, transport issues, auth/config problems, or new feature proposals.
bulk-update
Update properties or content across many pages in a Notion database with dry-run and error recovery.
quick-capture
Use this skill to drop a new task into GSD Task Manager from any AI assistant that has the gsd-mcp-server connected.
onplana-project-planner
Turn a goal or a brief into an executable Onplana plan over its MCP server: write a plan.md and attach it to the project, decompose it into tasks and subtasks, set start/due dates and dependencies, assign owners, add test cases as you go, and create tasks for the downstream surfaces a change ripples to. Use this…
event-staffing-ordering
Order W-2 event staff for US/CA events through TempGuru.
onplana-autonomous-agent
Work autonomously on projects in Onplana over its MCP server: pick up the open tasks in a project, do the work, keep each task's status current, report progress as comments, file an Issue when something is wrong, and poll for human replies. Use this whenever an agent (Claude Code, ChatGPT / Codex, or claude.ai) is…