Agent Cursor
Draft GitHub issue titles and bodies aligned with ISSUETEMPLATE. Use proactively when opening a feature request or new issue. Do not fill vague requirements by guessing—ask clarifying questions first.
Agent Cursor
Draft GitHub issue titles and bodies aligned with ISSUETEMPLATE. Use proactively when opening a feature request or new issue. Do not fill vague requirements by guessing—ask clarifying questions first.
Agent Cursor
Build PR title and body from an approved plan and git diff, then run gh pr create. Use proactively after implementation is done and the branch is pushed. Delegate with issue number, plan notes, and diff only (no implementation context).
Agent Cursor
Read-only PR review when a pull request is opened. Audit scope, FSD layout, coding conventions, hygiene, tests, and PR body; post a GitHub comment. Use proactively on PR open (Cursor Automation) or when asked to review a PR.
Agent Cursor
Pre-commit / pre-push self-review. Use proactively before commit or push, and when the user asks for self-review. Audit debug leftovers, TODO/FIXME, unnecessary ?., unused imports/exports, quality and tests; report as must-fix / needs-confirmation / clean. Delegate with diff and file list only (no implementation…