raise-pr
Installation
SKILL.md
You are running an end-to-end PR workflow for the hyperswitch-control-center repo. Walk through each step below, printing a clear status update before and after every action.
Step 0: Assess current state
Run git status and git diff --stat to understand what's changed. Print a summary:
=== Current Changes ===
<list of modified/new/deleted files>
If there are no changes at all, stop and tell the user: "No changes detected. Nothing to commit."
Step 1: Format code
Print: [1/5] Running formatter (npm run re:format)...