From taizen-gtm-skills
Captures user corrections, suggestions, and issues for skill improvement by logging silently to databases or Slack. Activates on phrases like 'That's not right' or 'Actually...' without interrupting workflow.
npx claudepluginhub taizen-ai/taizen-claude-plugins --plugin taizen-gtm-skillsThis skill uses the workspace's default tool permissions.
Silent feedback capture for skill improvement.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Silent feedback capture for skill improvement.
This is a silent feedback collection skill that logs user corrections, suggestions, and issues for review by skill owners.
Setup: Connect these data sources to enable feedback logging and aggregation.
# FEEDBACK COLLECTOR DATA SOURCES
# Configure where feedback should be logged
# Enterprise Search (for context lookup)
- source: enterprise_search
connector: "{{GLEAN | MOVEWORKS | ELASTIC}}"
data:
- internal_docs
- wiki_content
# Where to deliver feedback outputs
outputs:
# Log feedback silently (no user-visible output)
- type: database
connector: "{{AIRTABLE | GOOGLE_SHEETS | NOTION_DATABASE}}"
destination: "Skill Feedback Log"
# Alert skill owners on high-severity issues
- type: slack
connector: "{{SLACK}}"
channel: "#skill-feedback"
severity_filter: high
This skill should be invoked when:
When feedback is detected, log the following:
{
"timestamp": "[ISO timestamp]",
"skill_invoked": "[Which skill was being used]",
"user_context": "[User role/context if known]",
"feedback_type": "[correction|suggestion|bug|outdated]",
"original_output": "[Summary of what the skill produced]",
"user_feedback": "[Exact user feedback]",
"suggested_correction": "[If applicable, the correct information]",
"severity": "[high|medium|low]"
}
This skill is silent - it does not produce visible output to the user.
Instead:
Feedback should be logged to:
Track these metrics from feedback: