Agent skill
feedback
Manages OrchestKit feedback, usage analytics, learning preferences, and privacy settings. Use when reviewing patterns, pausing learning, or managing consent.
Install this agent skill to your Project
npx add-skill https://github.com/yonatangross/orchestkit/tree/main/src/skills/feedback
Metadata
Additional technical details for this skill
- category
- document-asset-creation
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
expect
Diff-aware AI browser testing — analyzes git changes, generates targeted test plans, and executes them via agent-browser. Reads git diff to determine what changed, maps changes to affected pages via route map, generates a test plan scoped to the diff, and runs it with pass/fail reporting. Use when testing UI changes, verifying PRs before merge, running regression checks on changed components, or validating that recent code changes don't break the user-facing experience.
github-operations
GitHub CLI operations for issues, PRs, milestones, and Projects v2. Covers gh commands, REST API patterns, and automation scripts. Use when managing GitHub issues, PRs, milestones, or Projects with gh.
chain-patterns
Chain patterns for CC 2.1.71 pipelines — MCP detection, handoff files, checkpoint-resume, worktree agents, CronCreate monitoring. Use when building multi-phase pipeline skills. Loaded via skills: field by pipeline skills (fix-issue, implement, brainstorm, verify). Not user-invocable.
storybook-mcp-integration
Storybook MCP server integration for component-aware AI development. Covers 6 tools across 3 toolsets (dev, docs, testing): component discovery via list-all-documentation/get-documentation, story previews via preview-stories, and automated testing via run-story-tests. Use when generating components that should reuse existing Storybook components, running component tests via MCP, or previewing stories in chat.
component-search
Search 21st.dev component registry for production-ready React components. Finds components by natural language description, filters by framework and style system, returns ranked results with install instructions. Use when looking for UI components, finding alternatives to existing components, or sourcing design system building blocks.
ai-ui-generation
AI-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.
Didn't find tool you were looking for?