Loading...
Loading...
Found 118 Skills
Investigate a cluster of GitHub issues and PRs, determine canonical candidates, post duplicate/related status, preserve contributor credit, and execute cleanup actions (comments, closes, labels, changelog touchpoints).
Create pull requests using GitHub CLI with proper templates and formatting
Complete PRD implementation workflow - create branch, push changes, create PR, merge, and close issue
Iteratively improves a PR until Greptile gives it a 5/5 confidence score with zero unresolved comments. Triggers Greptile review, fixes all actionable comments, pushes, re-triggers review, and repeats. Use when the user wants to fully optimize a PR against Greptile's code review standards.
Assists in creating, modifying, viewing or managing GitHub Pull Request (PR). Automatically analyzes branch commits and change content, generates compliant Traditional Chinese PR titles and descriptions. Use cases include: (1) Create a new PR from the current branch, (2) Modify the title, description, reviewers or labels of an existing PR, (3) Check the PR status of the branch (open, merged, closed), (4) Need to automatically aggregate multiple changes to generate a summary. Applicable to scenarios with requests such as "create PR", "create pull request", "help me open a PR", "modify PR content". Operations are executed via GitHub CLI (gh).
Add line-specific review comments to pull requests using GitHub CLI API
Clean up local branches after PR merges. Syncs main with origin, identifies branches with merged PRs, and proposes safe deletion. Use when the user asks to 'clean up branches', 'delete merged branches', 'sync branches', or mentions branch cleanup.
Generate concise PR descriptions by analyzing the diff against a base branch
Bulk resolve unresolved PR review threads. Useful after manually addressing threads or after using /pr-threads-address.
Push current branch changes to origin and create or update the corresponding pull request; use when asked to push, publish updates, or create pull request.
This is used to review comments on an active pull request and decide whether to accept, iterate, or reject the changes suggested in each comment.
Create pull requests using GitHub CLI with proper templates and formatting