.agents/skills/git-workflow/SKILL.md
Use this skill for repo-specific Git, GitHub, pull request, and release operations.
git status before staging or committing.git reset --hard or
git checkout -- unless explicitly requested.type(scope): description or type: description.feat for new features and fix for bug fixes.fix(api): handle missing trace id.! in the type/scope or a BREAKING CHANGE:
footer..github/workflows/validate-pr-title.yml.gh search issues for GitHub issue search.pnpm run release.main to production via
.github/workflows/promote-main-to-production.yml or
pnpm run release:cloud.