From ork
Manages OrchestKit feedback system for viewing status, pausing/resuming learning, resetting patterns, exporting data, privacy settings, analytics consent, and filing GitHub bug reports.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ork:feedbackhaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
View and manage the OrchestKit feedback system that learns from your usage.
View and manage the OrchestKit feedback system that learns from your 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
| 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.
Load Read("${CLAUDE_SKILL_DIR}/rules/consent-and-security.md") for GDPR consent management, security restrictions, and analytics data sharing policies.
ork:skill-evolution: Evolve skills based on feedbackLoad Read("${CLAUDE_SKILL_DIR}/references/file-locations.md") for storage details.
Load Read("${CLAUDE_SKILL_DIR}/references/privacy-policy.md") for full privacy documentation.
npx claudepluginhub yonatangross/orchestkit --plugin orkAnalyzes Claude Code skill usage patterns, suggests improvements, tracks versions, and enables rollbacks. Use for reviewing performance, applying edits, or reverting changes.
Analyzes skill outcome logs and user corrections, then proposes self-improvements to skill behavior and description hygiene.
Extracts session patterns into reusable learnings. Three modes: analyze (extract from history), review (edit/manage), and list (display active learnings). Requires persistence enabled in session config.