From util
Capture feedback about wf, util, or vault plugins and file it as a GitHub issue for improvement. Use after any session where the tooling fell short — wrong agent behavior, missing skill coverage, misleading prompts, workflow friction, or convention gaps. Only for generic plugin improvements that would help ANY project, not repo-specific config. Files to JSai23/claude-tooling with the plugin-feedback label.
How this skill is triggered — by the user, by Claude, or both
Slash command
/util:improveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
$ARGUMENTS
$ARGUMENTS
Capture plugin feedback from this session and file it as a GitHub issue.
Look back at the session. Identify:
If $ARGUMENTS is provided, start from that. Otherwise, review the session for friction points.
This is the critical gate. Ask: "Would this feedback help a different project using these plugins?"
Generic (file it):
Repo-specific (don't file — belongs in CLAUDE.md):
For each piece of generic feedback, structure it:
wf:planner, util:doc, vault:auto-process)Group related feedback for the same plugin/agent cluster into one issue. Separate unrelated clusters into separate issues.
For each issue, use:
gh issue create \
--repo JSai23/claude-tooling \
--label plugin-feedback \
--title "<plugin>: <concise summary>" \
--body "<structured feedback from step 3>"
Issue body format:
## Affected Component
<plugin>/<skill or agent> (e.g., wf/planner, util/doc)
## Current Behavior
<what happened>
## Expected Behavior
<what should have happened>
## Context
- **Project:** <what kind of project>
- **Task:** <what the user was doing>
- **Conditions:** <anything relevant about when/how this triggered>
## Notes
<any additional context, workarounds used, severity>
Show the user:
npx claudepluginhub jsai23/claude-tooling --plugin utilAnalyzes conversation for skill feedback and creates labeled GitHub issues for bugs, enhancements, and positive outcomes. Use when skills fail, suggest better patterns, or perform well.
Collects user feedback, bug reports, feature requests, and SDLC pattern discoveries with opt-in privacy scanning.
Files a GitHub issue requesting changes to an existing takeToMarket skill, automatically using gh CLI if installed or opening a pre-filled URL in your browser.