respond-github
SolidRespond to a GitHub issue/PR or GitLab issue/MR
Code & Development 486 stars
53 forks Updated today MIT
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Respond to VCS Issue/PR/MR
Post a response to a GitHub issue/PR or GitLab issue/MR.
**Provider detection:** Check the URL or remote:
- If GitHub → use `gh issue comment` / `gh pr comment`
- If GitLab → use `glab issue note` / `glab mr note`
## Arguments
- `issue-or-pr-number-or-url`: Either a number (e.g., `123`) or a full URL
## Workflow
1. **Parse the input** — if given a URL, extract owner, repo, type (issue/PR), and number. If just a number, determine type from current repo context.
2. **Ensure repo is cloned** to `/workspace/personal/<repo-name>` (clone with `gh repo clone` if needed).
3. **Get full context** — read the original description and all comments in the thread.
4. **Understand what's being asked** — if this is from `@agent-swarm`, focus on what was asked in that mention.
5. **Formulate and post your response** using `gh issue comment` / `gh pr comment` (or `glab` equivalents).
## Decision Framework
- What specific question or request needs addressing?
- Do you need to provide code examples?
- Should you ask clarifying questions?
- Is this something you can resolve, or do you need human input?
## Tips
- Check if there's already a PR addressing an issue before responding
- For complex requests, acknowledge receipt and outline your plan
- If you've completed work, link to the relevant PR or commit
Details
- Author
- desplega-ai
- Repository
- desplega-ai/agent-swarm
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
implement-issue
Implement a GitHub issue or GitLab issue and create a PR/MR
486 Updated today
desplega-ai Code & Development Listed
respond-to-pr
Respond to pull request review feedback interactively, working through each item with verification and code changes. Use when the user wants to address PR review comments.
19 Updated today
atomicinnovation AI & Automation Solid
ln-914-community-responder
Responds to unanswered GitHub discussions and issues with codebase-informed replies. Use when clearing community question backlog.
480 Updated 3 days ago
levnikolaevich AI & Automation Solid
respond-pr-feedback
Respond to review comments on a PR after evaluation and fixes
61 Updated today
existential-birds Code & Development Solid
review-pr
Review a pull request (GitHub) or merge request (GitLab) and provide detailed feedback
486 Updated today
desplega-ai