parse-git-status
Installation
SKILL.md
Parse Git Status
Parse git status command output into structured JSON for programmatic analysis.
When to Use
- Pre-flight checks before workflow execution
- Validate clean working directory
- List modified files for commit
- Check for uncommitted changes
Instructions
Step 1: Receive Git Status Output
Accept raw git status output as input.
Expected Input:
gitStatusOutput: String (raw output fromgit status --porcelainor regulargit status)