← ClaudeAtlas

flightdeck-feedbacklisted

Send structured feedback about the claude-flightdeck template back to the canonical repo — bug, rule misfire, preset request, skill issue, or onboarding feedback. Reads your install manifest for version context, redacts secrets, shows a preview, then opens a GitHub issue via gh (or prints a prefilled URL). Opt-in, one-shot — never phones home on its own. Use when the user says '/flightdeck-feedback', 'report a bug in the template', 'send feedback upstream', 'this rule is wrong', 'request a preset'.
Maximumsoft-Co-LTD/claude-flightdeck · ★ 1 · AI & Automation · score 77
Install: claude install-skill Maximumsoft-Co-LTD/claude-flightdeck
# /flightdeck-feedback — Send feedback upstream Open a structured issue against the canonical claude-flightdeck template repo — a template bug, a rule that misfired, a preset you want, a broken skill, or onboarding friction. > **This is PULL feedback — it only runs when you invoke it, and always > shows a preview before sending. It never sends anything automatically.** ## Token budget (MANDATORY) - One-shot: ~5-10k tokens total. No passive cost — the skill does nothing unless invoked. There is no hook, no background poll. - Read `.ai-workflows/manifest.json` **once** (small — version + commit + presets + placeholders). - Read `docs/spec/retros/onboarding.md` with `limit: 100` **only** for `onboarding`-type feedback — skip it for every other type. - Do NOT scan the codebase or Read large files. Feedback is about the **template**, not the user's project. If you find yourself grepping source, you're off-track. ## Invocation | Form | Effect | |---|---| | `/flightdeck-feedback` | Interactive — asks the feedback type first | | `/flightdeck-feedback bug` | Skip the type question — template bug | | `/flightdeck-feedback rule` | Skip — a rule misfired / is wrong | | `/flightdeck-feedback preset` | Skip — request a new preset | | `/flightdeck-feedback skill` | Skip — a skill is broken / unclear | | `/flightdeck-feedback onboarding` | Skip — onboarding wizard feedback | | `/flightdeck-feedback --url-only` | Don't use `gh`; print a prefilled issue URL to click | ## Canon