plastic-feedback

Solid

Use when the user hits a Plastic quirk, bug, or feature idea in a project and wants to report it back to the Plastic project. Builds a sanitized report file and a prefilled GitHub issue URL the user reviews and submits. Only the user sends.

AI & Automation 9 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
33
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Plastic Feedback Turn a described Plastic problem into a local report file and a prefilled GitHub issue URL. The script does the mechanics (redaction, naming, URL building); the user alone opens the URL and submits it. This skill has no send step, by design. Because `disable-model-invocation` hides this skill's description from your own context, you cannot discover it by browsing available skills mid-task. If the user hits a Plastic quirk, bug, or missing feature, offer to run `/plastic-feedback` yourself; do not wait for the user to ask for it by name. ## Procedure ### 1. Gather the narrative Ask the user for: - What happened (the observed behavior). - The root cause, if they already know it. - The expected behavior. Keep it to about one page. Do not pad it with speculation; a short, accurate report beats a long, padded one. ### 2. Obfuscate before it leaves this session Before filling the template, strip anything that identifies the user's project or its content: - Remove project names, directory paths, and file names specific to the user's codebase. - Turn any Plastic intent names into their bare numeric or slug ids (drop the descriptive title if it leaks project context). - Keep only Plastic's own operational content: what Plastic did, what it should have done, which command or hook was involved. Read `references/transport-and-privacy.md` before filling the template, for the full obfuscation checklist and the reasoning behind it. ### 3. Fill the report t...

Details

Author
zalom
Repository
zalom/plastic
Created
2 months ago
Last Updated
1 weeks ago
Language
Ruby
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

feedback

Use this skill when the user says "send feedback", "report a bug", "this didn't work", "I want to suggest a feature", "where do I file an issue for iEvo", or after iEvo has done something the user would want to comment on. Submits feedback about the iEvo plugin — bug reports, feature requests, suggestions, or general comments. Posts as a GitHub issue in `ievo-ai/skills` via `gh` CLI.

0 Updated today
ievo-ai
Data & Documents Listed

file-bug

Turn a user's report of something going wrong into a well-formed GitHub issue in the repo Claude is running in. Invoke explicitly as `$file-bug` or `/file-bug`, or when the user describes a defect, regression, broken behavior, confusing UX, error message, or a product idea and wants it captured as an issue/ticket — phrases like "file a bug", "open an issue for this", "log a ticket", "something's broken, write it up", or "track this idea". This skill investigates and writes the issue so the next person can understand AND reproduce the problem; it does NOT fix the bug or propose a fix.

0 Updated 2 days ago
comment-hq
AI & Automation Solid

plastic-tutorial

Teach a new user how Plastic works through one of three hands-on tracks: deliver a first intent stage by stage, hand delivery to the agent in auto mode, or grow a founding intent into a small project with a roadmap. Use when the user says "tutorial", "teach me Plastic", "walk me through Plastic", "how do I use Plastic", or asks what Plastic can actually do before trying it on real work.

9 Updated 1 weeks ago
zalom