status

Monitor repository health, service ports, database connectivity, and recent commits.

64|19|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/faizkhairi/claude-code-blueprint --skill status-faizkhairi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/faizkhairi/claude-code-blueprint/tree/main/skills/status
Command: npx skills add https://github.com/faizkhairi/claude-code-blueprint --skill status-faizkhairi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages and presents the overall health and status of project repositories efficiently, providing at-a-glance insights.

Core Features & Use Cases

  • Repository Health: Overview of Git status, such as branch information, uncommitted changes, and commit history for each project.
  • Service Status: Checks if development services are running by scanning for configured ports.
  • Database Connectivity: Verifies database connectivity by testing connection using project's database URL.
  • Recent Activity: Displays the latest commits for each repository.
  • Test Status: Counts the number of recent tests for quick review if applicable.

The Skill is ideal for project managers and software engineers who need an integrated overview of their project ecosystem without navigating through multiple services or repositories.

Quick Start

Use the "status" skill to get an immediate snapshot of the health of all your project repositories.

Frequently Asked Questions about status

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

FAQPage Schema
How do I check project health and repository status across multiple projects?

Check project health by evaluating repository integrity, service availability, database connectivity, and recent commit activity to generate a comprehensive status dashboard across multiple repositories.

Can I monitor database connectivity and service ports for my repositories?

Yes, you can monitor database connectivity by testing the project's database URL and verify service availability by scanning configured ports to ensure development services are running.

What is the best way to get an at-a-glance overview of uncommitted Git changes?

The best way to track uncommitted changes is to use a repository health monitor that aggregates branch information, uncommitted changes, and recent commit history across all your project repositories.

Does this project status monitoring approach require external dependencies?

No, this project status monitoring approach requires no external dependencies, allowing you to directly evaluate repository integrity and operational states without installing additional packages.

How do I view recent code activity and test counts for my project ecosystem?

View recent code activity by displaying the latest commits for each repository and counting the number of recent tests, providing a quick review of project activity without navigating multiple services.