kb-status

Review Git repository status and display detailed uncommitted changes.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/FlexNetOS/envctl --skill kb-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kb-status
Source: https://github.com/FlexNetOS/envctl/tree/main/.kb/skills/kb-status
Command: npx skills add https://github.com/FlexNetOS/envctl --skill kb-status

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users quickly review the status of their workspace and identify any pending changes, ensuring they are up-to-date with their work.

Core Features & Use Cases

  • Status Overview: Provides a summary of the workspace status, including uncommitted changes.
  • Detailed Diff: Offers a detailed line-level diff to understand the changes in the workspace.
  • Structured Output: Supports JSON output for programmatic integration with other tools.

Quick Start

Use the 'kb-status' skill to get an overview of your workspace status.

Frequently Asked Questions about kb-status

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

FAQPage Schema
How do I check uncommitted changes in my Git workspace?

To check uncommitted changes in your Git workspace, you can review the workspace status to get a summary of pending modifications and a detailed line-level diff of the code repository.

What is the best way to get a detailed diff of pending code changes?

The best way to get a detailed diff of pending code changes is to review the workspace status, which highlights uncommitted modifications and provides a line-level breakdown for version control review.

Can I output workspace status and change tracking results as JSON?

Yes, you can output workspace status and change tracking results as JSON, enabling programmatic integration with other tools to automate your version control and code review workflows.

Does this workspace status review work without additional dependencies?

Yes, the workspace status review works without additional dependencies, allowing developers to quickly identify and review uncommitted changes in their code repository without requiring external modules.

What is a workspace status overview used for in version control?

A workspace status overview is used in version control to quickly identify pending changes, ensuring developers are up-to-date with their work by highlighting uncommitted modifications in the code repository.

How do I review code changes before committing to version control?

To review code changes before committing to version control, generate a detailed line-level diff of your workspace to understand and verify all pending modifications in the code repository.