mcp-workspace: Skill for Claude Code

.claude/skills/check_branch_status/SKILL.md

check_branch_status is a skill for Claude Code from MarcusJellinghaus/mcp-workspace. It costs 14 tokens per session (167 once invoked), scanned A, original, MIT.

A branch-readiness check for a software project’s current Git branch. It reviews automated checks, pending tasks, rebase needs, and GitHub labels.

In plain words
What is it for?
Use it before merging or opening a pull request to find failed CI checks, required rebases, incomplete tasks, or missing readiness steps.
Why use it?
It shows what still prevents the branch from being committed, pushed, merged, or used for a pull request.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is MarcusJellinghaus/mcp-workspace's own configuration. It tells Claude Code how to work on mcp-workspace itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mcp-workspace configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/MarcusJellinghaus/mcp-workspace/main/.claude/skills/check_branch_status/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/MarcusJellinghaus/mcp-workspace

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 check_branch_status

README.md
[![agentmods](https://agentmods.dev/badge/skills/marcusjellinghaus/mcp-workspace/check_branch_status/github.svg)](https://agentmods.dev/skills/marcusjellinghaus/mcp-workspace/check_branch_status)
Your own site
<a href="https://agentmods.dev/skills/marcusjellinghaus/mcp-workspace/check_branch_status"><img src="https://agentmods.dev/badge/skills/marcusjellinghaus/mcp-workspace/check_branch_status/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 check_branch_status

Your own site · 80×15
<a href="https://agentmods.dev/skills/marcusjellinghaus/mcp-workspace/check_branch_status"><img src="https://agentmods.dev/badge/skills/marcusjellinghaus/mcp-workspace/check_branch_status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 167 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.00014 $0.00167
Opus 5 $0.00007 $0.00084
Sonnet 5 $0.00003 $0.00033
Haiku 4.5 $0.00001 $0.00017

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

Security

Grade A, and why

check_branch_status 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 6d 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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

.claude/skills/check_branch_status/SKILL.md · 23 lines

What it actually says

Call mcp__mcp-workspace__check_branch_status.

Check Branch Status

Checks CI status, rebase needs, task completion, and GitHub labels. Reports actionable recommendations.

Follow-Up Actions

Status Action
CI failures Fix the issues shown in CI error details
Rebase needed /rebase
Tasks incomplete Complete remaining tasks manually
Linked branch not OK Relink the branch in the issue's Development panel
CI green + tasks done /commit_push or create PR
Ready to merge Create PR or merge via GitHub
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. 6d ago Changed · +1 lines 8af3124a1cad
  2. 10d ago First seen · 22 lines · 14 tokens per session scan A f8595f8922e6

Subscribe to this mod's changes

check_branch_status is a skill published in the GitHub repository MarcusJellinghaus/mcp-workspace (49 stars, last pushed 2d ago), licensed MIT. It adds 14 tokens to every session and 167 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

polish-docs-meta

Finalize documentation and project metadata for a ship-ready release. Use after implementation is complete, tests pass, and devcheck is clean. Safe to run at any stage — each step checks current state and only acts on what still needs work.

cyanheads/git-mcp-server · 53 tokens

release-and-publish

Ship a release end-to-end across every registry this project targets (npm, MCP Registry). Runs the final verification gate, pushes commits and tags, then publishes to each applicable destination. Assumes git wrapup (version bumps, changelog, commit, annotated tag) is already complete — this skill is the post-wrapup…

cyanheads/git-mcp-server · 83 tokens

memory-commit

Use when the user explicitly says "remember this", "save this", "ghi nho", "luu lai", "save for next time", or otherwise asks to persist the immediately preceding context. Captures with the appropriate contexttype (decision, preference, fact, skill, task, conversation) so future sessions can retrieve it accurately.

n24q02m/mnemo-mcp · 72 tokens

feedback-nudge

Use when the user wants to report a bug, request a feature, or send feedback to the Zooza engineering team. Also offer proactively after a successful commit operation (max once per week).

zooza-dev/zooza-mcp-server · 38 tokens

release

Cut a release of steam-games-mcp — draft CHANGELOG entries, check docs/metadata consistency, then bump/tag/push. Use when asked to release, cut a version, or publish a new version of this package.

Grinv/steam-games-mcp · 47 tokens

publish-release

Releases a new McpOrchestrator version end to end — version bump PR, tag, and the automated deploy to GitHub Releases, NuGet, and the MCP Registry. Use when asked to release, publish, deploy, ship, or bump the version of McpOrchestrator.

Byggarepop/dotnet-mcp-orchestrator · 63 tokens