con un clic
update-pr-desc
// AI-generate and auto-apply a PR description from the diff using the repo's PR template. Use when the user wants to update or generate a PR description for the current branch.
// AI-generate and auto-apply a PR description from the diff using the repo's PR template. Use when the user wants to update or generate a PR description for the current branch.
Fix a PR/MR review comment by fetching its details, applying the code fix, committing the change, and replying to the comment. Supports both GitHub and GitLab. Use when the user wants to resolve PR/MR review comments — either a specific comment URL, or all open comments on the current PR/MR. Triggers on phrases like "fix this comment [URL]", "resolve this PR comment", "fix pr comment [URL]", "fix this MR comment", "fix all PR comments", "address all review comments", or any request to address GitHub PR or GitLab MR review comments with or without a link.
AI code review for a PR/MR: analyze the diff, identify bugs/security/performance issues, and post inline review comments. Use when the user wants to review a pull request or merge request, run code review, check PR for issues, or mentions "review pr", "pr review", "review this PR".
End-to-end git PR workflow: create branch from JIRA, AI commit with JIRA context, open PR, generate PR description, and AI code review. Use when: (1) user wants to start a feature/fix from a JIRA ticket, (2) user says "start workflow", "new feature", "take ticket", "full pr flow", (3) user wants to run the complete PR lifecycle from branch creation to code review, (4) user mentions any individual step: create branch, commit, open pr, update description, or review pr.
| name | update-pr-desc |
| description | AI-generate and auto-apply a PR description from the diff using the repo's PR template. Use when the user wants to update or generate a PR description for the current branch. |
Detect the Git provider:
git remote get-url origin
gitlab → follow references/gitlab.md