One-click install
npx skills add https://github.com/alvagante/swamp-construction-kit --skill swamp-issue-alvagante
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: swamp-issue
Source: https://github.com/alvagante/swamp-construction-kit/tree/main/.agents/skills/swamp-issue
Command: npx skills add https://github.com/alvagante/swamp-construction-kit --skill swamp-issue-alvagante

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Reporting bugs, requesting features, or disclosing vulnerabilities for swamp and its extensions normally requires knowing where each report should go and how to format it. This Skill routes reports to the swamp.club Lab, an extension publisher's repository, or email, and handles follow-up comments and issue status changes through the swamp CLI. ## Core Features & Use Cases - Issue retrieval and submission: Fetch issue details with swamp issue get, and file bug reports, feature requests, or security disclosures with interactive or non-interactive commands. - Extension-scoped routing: Use --extension @collective/name to route reports to @swamp/* Lab issues or third-party publisher repositories via gh or browser handoff, with clean refusals when no repo exists. - Ripples and status changes: Post comments on existing Lab issues with swamp issue ripple, optionally closing or reopening the issue in the same flow. - Use Case: You discover the @swamp/aws-ec2 extension returns empty attributes for stopped instances. The Skill checks whether the bug is already fixed in a newer version, then files a tagged Lab issue with reproduction steps and environment details. ## Quick Start Ask the assistant to file a bug report against swamp describing the problem, reproduction steps, and environment, and it will run the appropriate swamp issue command and return the issue number and URL.

Frequently Asked Questions about swamp-issue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I report a bug in swamp from the CLI?▼

Run swamp issue bug with --title and --body flags for non-interactive submission, or omit them to open an editor template. If logged in with swamp auth login, the report goes to the swamp.club Lab; otherwise you can send it via email with --email.

How do I file an issue against a specific swamp extension?▼

Add --extension @collective/name to the bug, feature, or security command. The extension must be pulled locally with swamp extension pull first. Reports for @swamp/* extensions become tagged Lab issues, while third-party extensions route to the publisher's repository.

Can I comment on an existing swamp Lab issue?▼

Yes, use swamp issue ripple <number> --body "your comment" to post a comment, also available as swamp issue comment. Ripples require swamp auth login and have no email fallback. Add --close or --reopen to change the issue status after posting.

Does swamp issue security work with third-party GitHub repositories?▼

Yes, but it checks GitHub Private Vulnerability Reporting first. If PVR is enabled, it routes to the advisory form; if disabled, it refuses rather than creating a public issue and advises contacting the publisher privately.

Why did my swamp issue submission return status refused?▼

Refusals happen when the extension is not pulled locally, the publisher declared no repository, or PVR is disabled for a security report. Refusals exit with code 0 and include a guidance field explaining the next step.

What happens if I'm not logged in when submitting a swamp issue?▼

The CLI prompts you to log in with swamp auth login or send the report via email. Using the --email flag skips the prompt and opens your email client with a pre-filled message to support@systeminit.com.