feedback

Solid

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.

AI & Automation 188 stars 15 forks Updated today MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
76
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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" confir...

Details

Author
yonatangross
Repository
yonatangross/orchestkit
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Testing & QA Listed

spec-driven-feedback

Retrospective feedback system with Execute-Verify-Gate structural anti-skip enforcement for DevForgeAI operations. Captures feedback after /dev, /qa, /release, sprint planning, or manual triggers. Handles 5 feedback types: conversation, summary, metrics, checklist, and ai_analysis. Prevents token optimization bias through lean orchestration, per-phase reference loading, checkpoint persistence, and binary CLI gate enforcement. Use when feedback needs to be captured, when the user mentions retrospectives, lessons learned, workflow improvements, process feedback, or wants to review what went well or poorly. Also handles AI architectural analysis, feedback search, export/import, and configuration management.

4 Updated today
bankielewicz
Data & Documents Listed

feedback

Generate a retrospective report analyzing agent pipeline execution, duplication, scope adherence, and output quality from a completed work session.

0 Updated 2 weeks ago
nexus-a1
AI & Automation Listed

interaction-feedback

Use when designing UI feedback around user actions and system state: loading, skeletons, optimistic updates, progress, success, errors, empty states, retries, disabled/pending states, autosave, undo, and perceived latency. Do NOT use for the words inside feedback (use `microcopy`), accessibility announcement mechanics (use `a11y`), business lifecycle modeling (use `state-machine-modeling`), or performance optimization (use `performance-engineering`).

0 Updated 1 weeks ago
jacob-balslev