tag

request

6 indexed skills · max 10 per page

skills (6)

pull-request-automation

aj-geddes/useful-ai-prompts · Productivity

0

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

0

This skill guides you through creating a well-structured GitHub pull request that follows project conventions and best practices.

signature-request

anthropics/knowledge-work-plugins · Productivity

0

If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.

change-request

anthropics/knowledge-work-plugins · Productivity

0

If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.

create-github-pull-request-from-specification

github/awesome-copilot · Productivity

0

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

request-refactor-plan

mattpocock/skills · Productivity

0

Interview-driven refactoring planner that breaks changes into tiny, safe commits and files a GitHub issue. \n \n Conducts a detailed user interview to understand the problem, explore alternatives, and nail down exact scope before planning \n Verifies assertions by exploring the repository and assesses existing test coverage in the affected codebase \n Breaks implementation into the smallest possible commits, each leaving the codebase in a working state \n Generates a structured GitHub issue with