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 10 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
35
Recency 20%
100
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
3 months ago
Last Updated
today
Language
Ruby
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category