plugin/pi-skills/close-issue/SKILL.md
Close a GitHub or GitLab issue with a summary comment
npx skillsauth add desplega-ai/agent-swarm close-issueInstall 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.
Close a GitHub or GitLab issue with an appropriate closing comment summarizing the resolution.
Provider detection: Check the URL or remote to determine the VCS provider:
gh issue close / gh issue commentglab issue close / glab issue noteissue-number-or-url: Either an issue number (e.g., 123) or a full issue URL/workspace/personal/<repo-name> (clone with gh repo clone if needed).gh issue close <issue-number> --comment "Your closing comment" --reason completed
completed — The issue was resolvednot_planned — Won't fix / out of scope / duplicatetools
# 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