plugin/pi-skills/respond-github/SKILL.md
Respond to a GitHub issue/PR or GitLab issue/MR
npx skillsauth add desplega-ai/agent-swarm respond-githubInstall 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.
Post a response to a GitHub issue/PR or GitLab issue/MR.
Provider detection: Check the URL or remote:
gh issue comment / gh pr commentglab issue note / glab mr noteissue-or-pr-number-or-url: Either a number (e.g., 123) or a full URL/workspace/personal/<repo-name> (clone with gh repo clone if needed).@agent-swarm, focus on what was asked in that mention.gh issue comment / gh pr comment (or glab equivalents).tools
# Artifacts — Serving Interactive Web Content ## Quick Start ### Static content ```bash # Create your content in a persisted directory mkdir -p /workspace/personal/artifacts/my-report echo '<h1>My Report</h1>' > /workspace/personal/artifacts/my-report/index.html # Serve it (auto-assigns a free port, creates tunnel) artifact serve /workspace/personal/artifacts/my-report --name "my-report" # -> https://{agentId}-my-report.lt.desplega.ai ``` ### Programmatic (custom Hono server) ```typescript i
testing
Work on a specific task assigned to you in the agent swarm
business
How to manage the user registry — creating users for new Slack/GitHub/GitLab identities, managing aliases, resolving users across platforms. Use when a new human interacts with the swarm or when user identity needs updating.
data-ai
Handle the agent personal todos.md file