bp-status

Summarize repository state using blueprint meta CLI with git and gh fallback.

4|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/skaisser/blueprint --skill bp-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bp-status
Source: https://github.com/skaisser/blueprint/tree/main/skills/bp-status
Command: npx skills add https://github.com/skaisser/blueprint --skill bp-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Show quick repo status (branch/base/plan/PR/config/changes) in one shot. This skill helps teams keep a single source of truth about their repository state during active development and reviews.

Core Features & Use Cases

  • Primary: blueprint meta CLI for fetching branch, base, plan, and PR information.
  • Fallback: raw git + gh commands to ensure data freshness when CLI is unavailable.
  • Config & Plan: reads blueprint config and active plan to present a complete snapshot.
  • Use Case: during feature work, code reviews, or release planning to avoid context switches.

Quick Start

Ask the skill to display the current repository status.

Frequently Asked Questions about bp-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my git repo status, current branch, and PR information in one view?

You can view your git repo status by generating a single snapshot that summarizes the current branch, base, PR status, config, and uncommitted changes. This provides a complete repository overview during active development and code reviews.

What is the best way to see uncommitted changes and blueprint config during feature development?

The best way to see uncommitted changes and blueprint config is to generate a single repository state snapshot. This approach reads the active plan and config to help teams maintain a single source of truth without context switching.

Does this repo status tool work if the blueprint meta CLI is unavailable?

Yes, the repo status tool works if the blueprint meta CLI is unavailable by falling back to raw git and gh commands. This fallback mechanism ensures you always get fresh repository data for your status snapshot.

Can I use this to track git branch and PR status for release planning?

Yes, you can use this to track git branch and PR status for release planning. It summarizes the repository state to help teams avoid context switches and keep a single source of truth about the current codebase.

Do I need to install git and gh to get fresh repository status results?

You do not strictly need to install git and gh if the blueprint meta CLI is available, but they are required as a fallback to ensure fresh repository status results. This dual approach guarantees data freshness for your status snapshot.