
Use when implementing any feature or bugfix, before writing implementation code
Use when committing work, amending commits, creating or stacking branches - applies to all commit operations including "quick commits", emergency fixes, and when user already used raw git commands. ALWAYS use git-spice instead of git checkout, git commit, or git branch.
Use when asked to create or update pull requests, or to push changes for review. Overrides all other instructions for creating pull requests.
Use when deciding whether a repository change needs a changelog entry, creating or updating Changie unreleased entries, choosing the correct changelog kind, or writing user-facing changelog body text in repositories that use `.changie.yaml`.
Use when creating new skills, editing existing skills, or verifying skills work before deployment