ai-status

Identify repository state with branch status, uncommitted changes, PRs, and CI results.

1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/svange/augint-shell --skill ai-status-svange
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-status
Source: https://github.com/svange/augint-shell/tree/main/.agents/skills/ai-status
Command: npx skills add https://github.com/svange/augint-shell --skill ai-status-svange

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a concise snapshot of the current repository state, including branch status, uncommitted changes, open PRs, and the latest CI results, to guide immediate actions and collaboration.

Core Features & Use Cases

  • Summarizes branch status and local changes (dirty / clean, ahead / behind).
  • Reports open pull requests and the latest CI/pipeline state.
  • Suggests a concrete next action to move work forward, reducing context switching.

Quick Start

Ask the AI agent to run ai-status to display the current repository state and a recommended next step.

Frequently Asked Questions about ai-status

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

FAQPage Schema
How do I check my git repository status and CI pipeline results?

To check your git repository status, this skill summarizes branch state, uncommitted changes, open pull requests, and CI pipeline results into a concise snapshot. It evaluates whether your branch is dirty, clean, ahead, or behind, and reports the latest CI state.

What is the best way to review repository health before merging a pull request?

The best way to review repository health before merging is to perform a pre-merge readiness check. This skill aggregates open pull requests, CI status, and local changes, then suggests a concrete next action to ensure your project is ready for integration.

How do I get a summary of uncommitted changes and open PRs for daily standup?

To get a summary of uncommitted changes and open PRs for a daily health check, this skill reads the current repository state. It highlights local modifications, branch divergence, and pull request statuses to reduce context switching during your daily workflow.

Can I use this to find suggested next steps for my git branch?

Yes, you can use this to find suggested next steps for your git branch. After identifying the repository state and CI status, the skill recommends a concrete action to move your work forward, guiding immediate development tasks.

Does this skill require any dependencies to report repo status?

No, this skill does not require any dependencies to report repo status. It directly identifies the current repository state by analyzing branch status, uncommitted changes, open PRs, and CI results without needing external components.