jpranays/cli-gh — reverse-engineered prompt
Reverse engineered prompt
Build me a simple GitHub command line tool that lets me manage the main stuff from my terminal without opening the website all the time. I want it to feel easy and friendly to use, with secure login using a GitHub personal access token, and commands for repositories, issues, pull requests, branches, collaborators, and basic user profile actions.
It should work well on Windows, Mac, and Linux, and show fresh data from GitHub when I run commands. Please make the commands feel consistent and obvious, with helpful prompts, clear output, and solid error messages so a normal developer can use it without a learning curve. I also want logout support and basic help built in.
Please include good docs and examples for each command so someone can install it and start using it right away. If anything is unclear, look up the current GitHub API docs online and fill in the gaps with sensible defaults.
Want more depth? Deep Reverse