Review the current task's code-file changes for bugs, regressions, serious performance problems, inconsistent style, readability, maintainability, controlled impact on existing behavior, and dead or unused code while ignoring non-code changes such as documentation-only updates, nodemodules, and Go vendor directories.…
Guide Agent when creating Git commits with concise English Conventional Commits messages. Use when the user asks Agent to commit code, make a git commit, submit the current task's changes, stage and commit related files, or generate a commit message for repository changes.
Investigate and handle GitHub issues with natural, restrained, evidence-based maintainer replies, appropriate repository labels, and closure when no further tracking is needed. Use when responding to bug reports, feature requests, questions, or follow-ups where you should check whether the latest published release…
Prepare and publish project releases by discovering the repository's release process, updating version files and release notes, committing and tagging release changes, pushing commits and tags, checking GitHub Actions, publishing GitHub Releases, and updating a related homebrew-tap repository when one exists. Use when…
Generate and update bilingual changelogs from code changes since the last published version. Use when the user asks to write, update, summarize, or maintain CHANGELOG/release notes by comparing the previous released version with the current repository state, merging related changes while preserving complete coverage…
Generate, modify, and refactor code in existing Tauri applications while preserving the repository's established Rust, frontend, desktop-native UI, configuration, architecture, and testing conventions. Use when implementing Tauri features, commands, events, state, plugins, windows, menus, tray behavior, permissions…