Manages OrchestKit learning system including feedback status, usage pattern tracking, and privacy/analytics consent. Supports pause/resume learning, data export, privacy policy display, and bug reporting. Tracks learned patterns and agent performance metrics. Use when reviewing learned patterns, pausing learning, or managing data consent.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill feedback --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Feedback?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-feedback)More formats (shields.io, HTML) on the badges page.
---
name: feedback
license: MIT
compatibility: "Claude Code 2.1.76+."
description: "Manages OrchestKit learning system including feedback status, usage pattern tracking, and privacy/analytics consent. Supports pause/resume learning, data export, privacy policy display, and bug reporting. Tracks learned patterns and agent performance metrics. Use when reviewing learned patterns, pausing learning, or managing data 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!