feat: add create-pr command #3

Merged
lyn merged 3 commits from feature/add-create-pr-script into main 2026-04-01 15:52:43 +00:00

3 Commits

Author SHA1 Message Date
lyn
1a2f8abd8b feat(git-hangman-lab): rename create-pr to pr with subcommands
- Replace single create-pr script with unified pr script
- Add subcommands: create, list, commits, merge
- Update git-ctrl and SKILL.md documentation
2026-04-01 15:40:08 +00:00
lyn
22b1154429 fix: extract actual token from secret-mgr output
secret-mgr get-secret outputs 'Access token was successfully created: <token>'
so we need to extract just the token using awk '{print $NF}'
2026-04-01 14:56:43 +00:00
lyn
fa77b054a5 feat(git-hangman-lab): add create-pr command
- Add create-pr script for creating pull requests via API
- Auto-generate access token if not present
- Integrate into git-ctrl dispatcher
- Update SKILL.md with new command documentation
2026-04-01 14:50:02 +00:00