Handles GitHub PR, issue, and discussion workflows: create/update PRs and issues, post comments, start discussions. Loads reference files per intent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/paulrberg-agent-skills:yeet <create-pr|update-pr|create-issue|update-issue|comment-issue|create-discussion> [options]<create-pr|update-pr|create-issue|update-issue|comment-issue|create-discussion> [options]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Facilitate GitHub-based open source contribution workflows including pull requests, issues, and discussions. Emphasizes semantic analysis over mechanical operations — understand the intent and context of changes before generating titles, descriptions, or selecting templates. All generated content should be conversational and informal.
agents/openai.yamlreferences/comment-issue.mdreferences/commons.mdreferences/create-discussion.mdreferences/create-issue.mdreferences/create-pr.mdreferences/issue-claude-code.mdreferences/issue-codex-cli.mdreferences/issue-sablier.mdreferences/templates/claude-code/bug-report.mdreferences/templates/claude-code/documentation.mdreferences/templates/claude-code/feature-request.mdreferences/templates/claude-code/model-behavior.mdreferences/templates/codex/1-codex-app.mdreferences/templates/codex/2-extension.mdreferences/templates/codex/3-cli.mdreferences/templates/codex/4-bug-report.mdreferences/templates/codex/5-feature-request.mdreferences/templates/codex/6-docs-issue.mdreferences/update-issue.mdFacilitate GitHub-based open source contribution workflows including pull requests, issues, and discussions. Emphasizes semantic analysis over mechanical operations — understand the intent and context of changes before generating titles, descriptions, or selecting templates. All generated content should be conversational and informal.
Use the first required read-only gh command in each workflow as authentication validation. Prefer scripts/yeet-context.sh when the workflow needs repository, template, discussion, label, or issue/PR thread context.
For pull request workflows, also verify:
For detailed GitHub CLI command syntax, flags, and patterns, activate the cli-gh skill.
Each workflow is fully documented in its reference file. Load the appropriate reference based on user intent.
| Workflow | Trigger | Reference |
|---|---|---|
| Create PR | "create PR", "open PR", "yeet a PR" | references/create-pr.md |
| Update PR | "update PR", "edit PR" | references/update-pr.md |
| Create Issue | "create issue", "file issue" (generic repo) | references/create-issue.md |
| Update Issue | "update issue", "edit issue", "relabel issue" | references/update-issue.md |
| Claude Code Issue | "Claude Code issue", "report bug in CC" | references/issue-claude-code.md |
| Codex CLI Issue | "Codex issue", "report bug in Codex" | references/issue-codex-cli.md |
| Sablier Issue | "Sablier issue", "sablier-labs issue" | references/issue-sablier.md |
| Comment on Issue | "comment on issue", "reply on issue", "post a comment" | references/comment-issue.md |
| Create Discussion | "create discussion", "start discussion" | references/create-discussion.md |
Shared patterns (auth validation, admonitions, HEREDOC syntax, semantic analysis, tone, platform normalization, error handling, file links) are in references/commons.md.
npx claudepluginhub paulrberg/agent-skillsOpen-source pull request creation: PR descriptions, titles, fork workflows, and contribution compliance. Invoke whenever task involves any interaction with pull requests for external repositories — contributing code, opening PRs from forks, writing PR descriptions, or preparing changes for upstream submission.
Guides contributing to GitHub projects: forking, branching, PRs, code reviews, and issue management.
Resolves GitHub issues via 8-phase workflow: fetch details, analyze requirements, implement solutions, verify correctness, code review, commit changes, create PRs. Activates on resolve, implement, fix requests or issue references.