# Check Branch Status

> Check branch readiness including CI, rebase needs, tasks, and labels

- Skill: `marcusjellinghaus/check-branch-status` (Agent Skill)
- Install (CLI): `npx skillmds@latest add marcusjellinghaus/check-branch-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/marcusjellinghaus/check-branch-status/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: MarcusJellinghaus (https://skillmd.com/u/marcusjellinghaus)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/marcusjellinghaus/check-branch-status

---


# Check Branch Status

Call the `mcp__mcp-workspace__check_branch_status` MCP tool with no arguments and report its output.

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 |
| CI green + tasks done | `/commit_push` or create PR |
| Ready to merge | Create PR or merge via GitHub |

