pull▌
5 indexed skills · max 10 per page
pull
odysseus0/symphony · Productivity
Do not ask for input unless there is no safe, reversible alternative. Prefer making a best-effort decision, documenting the rationale, and proceeding.
pull-request-automation
aj-geddes/useful-ai-prompts · Productivity
Implement pull request automation to streamline code review processes, enforce quality standards, and reduce manual overhead through templated workflows and intelligent assignment rules.
create-pull-request
cline/cline · Productivity
This skill guides you through creating a well-structured GitHub pull request that follows project conventions and best practices.
create-github-pull-request-from-specification
github/awesome-copilot · Productivity
Automated GitHub pull request creation from specification templates with draft-to-review workflow. \n \n Reads pull request template from .github/pull_request_template.md and extracts requirements to populate PR body and title \n Checks for existing pull requests on the target branch before creation to prevent duplicates \n Progresses pull requests from draft status to ready for review, then auto-assigns to the creator \n Analyzes PR diffs to ensure specification changes are properly documented
my-pull-requests
github/awesome-copilot · Productivity
List and summarize your pull requests in the current GitHub repository. \n \n Retrieves all PRs assigned to you using the current repository context and filters results to show only your own pull requests \n Displays PR purpose, details, and status, with special highlighting for PRs awaiting review \n Reports any CI/CD check failures and suggests remediation steps \n Offers to request Copilot review for PRs that haven't been reviewed yet \n