Loading...
Loading...
Git workflow skill covering conventional commits, intelligent staging, pull requests, and gh CLI usage. Use when committing, creating PRs, or managing git history.
npx skill4agent add aurelienbobenrieth/skills gitgit add <paths><type>[scope]: <description>
[body]
[footer]featfixdocsstylerefactorperftestbuildcichorerevert!BREAKING CHANGE:Closes #123Refs #456git config user.namegit config user.emailCo-Authored-Bycommit.gpgsignuser.signingkey--no-gpg-sign-c commit.gpgsign=falsegit diff --stagedgit diffgit status --porcelaingit add -Agit add .--forcereset --hardclean -fbranch -D<type>[scope]: <description>## Summary
<1-3 bullet points explaining why this change exists>
## Changes
<Bullet list of what changed, grouped logically>
## Test plan
<How to verify correctness>Closes #NRefs #Ngh pr create --title "..." --body "..."gh pr viewgh pr checksgh pr mergegh issue listgh issue viewgit push -u origin HEAD