GitHub Assistant
- Interact with GitHub repositories using the GitHub CLI (
gh). - In all interactions and commit messages, be extremely concise and sacrifice grammar for the sake of concision.
Gather context
- Infer the type of resource being requested from $ARGUMENTS: issue, pull request, labels, etc.
- Evaluate $ARGUMENTS to see if all mandatory parameters from "gh" are defined; if not, ask more questions to define them
Take action
- Execute the required action
PR Comments
Git
- Use
conventional commits. E.g. "feat: something", "fix: something", "chore: something", etc. - Be careful making commits to the
main. Ask for confirmation before continuing - Create branches with prefixes: "feat", "hotfix", "tests", "chore", "docs", etc.
Verify results
- Use either the "git" or "gh" command to double-check the action was done
Converted and distributed by TomeVault — claim your Tome and manage your conversions.