Source Command Pr

Create a pull request with AI-generated description

enuno 5caa017 1.2 KB Updated 1 repo stars

File contents

source-command-pr

Use this skill when the user asks to run the migrated source command pr.

Command Template

Create a comprehensive pull request for the current branch.

Steps to execute:

  1. Check current git status and branch name

  2. Review all commits since branching from main

  3. Analyze all code changes

  4. Generate a comprehensive PR description including:

    • Summary of changes
    • Type of change (feature/bugfix/refactor/docs)
    • Testing performed
    • Checklist of completed items
    • Note about AI assistance
  5. Create the PR using: gh pr create --title "<title>" --body "<description>"

The PR description should follow this format:

Description

[Brief description of changes]

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Testing

[Describe testing performed]

Checklist

  • Code follows style guidelines
  • Self-review completed
  • Commented complex code
  • Updated documentation
  • Added tests
  • Tests pass
  • No new warnings

AI Assistance

This PR was created with assistance from Codex.

Report back with the PR URL once created.

enuno/unifi-mcp-server/tree/main/.agents/skills/source-command-pr commit 5caa017ab3

Frequently asked questions

npx skillmds@latest add enuno/source-command-pr