feedback

$npx mdskill add yonatangross/orchestkit/feedback

Manages OrchestKit's feedback system for learning patterns, analytics, and privacy settings.

  • Helps users control learning preferences, pause learning, and manage consent for analytics.
  • Integrates with tools like Read, Write, Edit, Grep, Glob, Bash, and AskUserQuestion.
  • Uses subcommands to execute specific actions like status, pause, resume, reset, export, and settings.
  • Presents results through command outputs, including status displays and data exports.

SKILL.md

.github/skills/feedbackView on GitHub ↗
---
name: feedback
license: MIT
compatibility: "Claude Code 2.1.76+."
description: "Manages OrchestKit feedback, usage analytics, learning preferences, and privacy settings. Use when reviewing patterns, pausing learning, or managing consent."
argument-hint: "[subcommand]"
context: inherit
version: 1.2.0
author: OrchestKit
tags: [feedback, learning, patterns, metrics, privacy, analytics, consent]
user-invocable: false
disable-model-invocation: true
allowed-tools: [Read, Write, Edit, Grep, Glob, Bash, AskUserQuestion]
complexity: low
persuasion-type: collaborative
effort: low
model: haiku
metadata:
  category: document-asset-creation
---

# Feedback - Manage Learning System

View and manage the OrchestKit feedback system that learns from your usage.

## Overview

- Checking feedback system status
- Pausing/resuming learning
- Resetting learned patterns
- Exporting feedback data
- Managing privacy settings
- Enabling/disabling anonymous analytics sharing
- Viewing privacy policy
- Filing bug reports as GitHub issues

## Usage

```
/ork:feedback                    # Same as status
/ork:feedback status             # Show current state
/ork:feedback pause              # Pause learning
/ork:feedback resume             # Resume learning
/ork:feedback reset              # Clear learned patterns
/ork:feedback export             # Export feedback data
/ork:feedback settings           # Show/edit settings
/ork:feedback opt-in             # Enable anonymous sharing
/ork:feedback opt-out            # Disable anonymous sharing
/ork:feedback privacy            # View privacy policy
/ork:feedback export-analytics   # Export anonymous analytics for review
/ork:feedback bug                # File a bug report as a GitHub issue
/ork:feedback bug [description]  # File with pre-filled description
```

## Subcommands

| Subcommand | Description |
|------------|-------------|
| `status` (default) | Show current feedback system state, learned patterns, agent performance |
| `pause` | Temporarily pause learning without clearing data |
| `resume` | Resume paused learning |
| `reset` | Clear all learned patterns (requires "RESET" confirmation) |
| `export` | Export all feedback data to `.claude/feedback/export-{date}.json` |
| `settings` | Show/edit settings (usage: `/ork:feedback settings <key> <value>`) |
| `opt-in` | Enable anonymous analytics sharing (GDPR-compliant consent) |
| `opt-out` | Disable anonymous analytics sharing (revokes consent) |
| `privacy` | Display the full privacy policy |
| `export-analytics` | Export anonymous analytics to file for review before sharing |
| `bug` | File a bug report as a GitHub issue with auto-collected context |

**Output:** Each subcommand displays formatted status, confirmation prompts, or exported file paths. Load `Read("${CLAUDE_SKILL_DIR}/references/subcommand-reference.md")` for detailed actions and expected output for each subcommand. Load `Read("${CLAUDE_SKILL_DIR}/references/bug-report-reference.md")` for the bug filing workflow.

## Consent and Security

Load `Read("${CLAUDE_SKILL_DIR}/rules/consent-and-security.md")` for GDPR consent management, security restrictions, and analytics data sharing policies.

## Related Skills

- `ork:skill-evolution`: Evolve skills based on feedback

## File Locations

Load `Read("${CLAUDE_SKILL_DIR}/references/file-locations.md")` for storage details.

Load `Read("${CLAUDE_SKILL_DIR}/references/privacy-policy.md")` for full privacy documentation.

More from yonatangross/orchestkit

SkillDescription
agent-orchestrationAgent orchestration patterns for agentic loops, multi-agent coordination, alternative frameworks, and multi-scenario workflows. Use when building autonomous agent loops, coordinating multiple agents, evaluating CrewAI/AutoGen/Swarm, or orchestrating complex multi-step scenarios.
ai-ui-generationAI-assisted UI generation patterns for json-render, v0, Bolt, and Cursor workflows. Covers prompt engineering for component generation, review checklists for AI-generated code, design token injection, refactoring for design system conformance, and CI gates for quality assurance. Use when generating UI components with AI tools, rendering multi-surface MCP visual output, reviewing AI-generated code, or integrating AI output into design systems.
analyticsQuery cross-project usage analytics. Use when reviewing agent, skill, hook, or team performance across OrchestKit projects. Also replay sessions, estimate costs, and view model delegation trends.
animation-motion-designAnimation and motion design patterns using Motion library (formerly Framer Motion) and View Transitions API. Use when implementing component animations, page transitions, micro-interactions, gesture-driven UIs, or ensuring motion accessibility with prefers-reduced-motion.
architecture-patternsArchitecture validation and patterns for clean architecture, backend structure enforcement, project structure validation, test standards, and context-aware sizing. Use when designing system boundaries, enforcing layered architecture, validating project structure, defining test standards, or choosing the right architecture tier for project scope.
ascii-visualizerASCII diagram patterns for architecture, workflows, file trees, and data visualizations. Use when creating terminal-rendered diagrams, box-drawing layouts, progress bars, swimlanes, or blast radius visualizations.
assessAssesses and rates quality 0-10 with pros/cons analysis. Use when evaluating code, designs, or approaches.
async-jobsAsync job processing patterns for background tasks, Celery workflows, task scheduling, retry strategies, and distributed task execution. Use when implementing background job processing, task queues, or scheduled task systems.
audit-fullFull-codebase audit using 1M context window. Security, architecture, and dependency analysis in a single pass. Use when you need whole-project analysis.
audit-skillsAudits all OrchestKit skills for quality, completeness, and compliance with authoring standards. Use when checking skill health, before releases, or after bulk skill edits to surface SKILL.md files that are too long, have missing frontmatter, lack rules/references, or are unregistered in manifests.