.agents/skills/create-pull-request/SKILL.md
| name | description | license | tags | |------|-------------|---------|------| | create-pull-request | Automatically create well-structured GitHub pull requests from a branch. Generates descriptive titles, summaries, test plans, and reviewer suggestions based on the diff and commit history. | MIT | --- git github automation workflow collaboration | # Create Pull Request ## Overview Automate GitHub pull request creation with comprehensive descriptions, test plans, and reviewer assignments bas
npx skillsauth add Greenmamba29/skillsdotmd_web .agents/skills/create-pull-requestInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
| name | description | license | tags | |------|-------------|---------|------| | create-pull-request | Automatically create well-structured GitHub pull requests from a branch. Generates descriptive titles, summaries, test plans, and reviewer suggestions based on the diff and commit history. | MIT | --- git github automation workflow collaboration |
Automate GitHub pull request creation with comprehensive descriptions, test plans, and reviewer assignments based on code diff analysis and commit history.
gh auth status.git diff <target>..<source> --stat to understand scope of changes.git log <target>..<source> --oneline for context.gh pr create --title "..." --body "..." --reviewer "..." --base <target>.DEFAULT_BASE_BRANCH=main
AUTO_ASSIGN_REVIEWERS=true
REQUIRE_TEST_PLAN=true
LABEL_BY_TYPE=true
DRAFT_BY_DEFAULT=false
Input:
source_branch: feature/user-auth
target_branch: main
reviewer: @teamlead
Output:
PR Created: #142
Title: Add JWT-based user authentication system
URL: https://github.com/org/repo/pull/142
Reviewers: @teamlead, @security-team
Labels: feature, auth
Files changed: 8 (+342 -12 lines)
tools
Automate end-to-end new customer onboarding for SaaS and marketplace platforms. Use when onboarding new customers after signup or contract signing, including account provisioning in CRM (HubSpot/Salesforce), sending personalized welcome email sequences via SendGrid, creating and tracking onboarding checklists, scheduling kickoff calls via Calendly/Cal.com, monitoring customer health scores, and generating time-to-value reports. Triggers on tasks involving new customer setup, onboarding automation, welcome sequences, CSM task assignment, or onboarding health tracking.
development
Migrates Zapier zaps to Make.com scenarios automatically. Use when asked to convert, port, or recreate Zapier workflows in Make.com.
development
Routes, transforms and fans out webhook payloads across multiple services. Use when you need to receive an incoming webhook and dispatch it to multiple downstream endpoints with payload transformation.
tools
| name | description | license | tags | |------|-------------|---------|------| | webapp-testing | Generate and execute comprehensive test suites for web applications. Covers unit, integration, E2E, and visual regression tests. Analyzes application structure to create meaningful test cases with high coverage. | MIT | --- testing qa automation e2e playwright jest | # Webapp Testing ## Overview Generate and execute comprehensive test suites for web applications covering unit, integration, end-t