conversation-review

Solid

Use when a semantic/context layer curator wants to review past analysis conversations in bulk, categorize user feedback into actionable improvement areas, and apply targeted changes to the semantic model or context layer. Covers the full workflow from collecting conversations and classifying feedback through to creating action items and applying them on a branch.

Code & Development 39 stars 1 forks Updated 2 days ago Apache-2.0

Install

View on GitHub

Quality Score: 82/100

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

Skill Content

## Overview This skill is for **semantic and context layer curators** who want to use accumulated user feedback to drive continuous improvement. It structures the work into two phases: 1. **Categorize** — review past conversations with feedback and classify each piece of feedback into an actionable improvement category 2. **Act** — turn the categorized feedback into a concrete list of changes, then apply them to the semantic model or context layer on a branch --- ## Prerequisites Before starting, ensure a workspace and branch are set. Use `get_session_workspace_and_branch` to check the current context. If nothing is set, use `list_workspaces` and `set_session_workspace_and_branch`. See the `workspace-branch` skill for the full reference. You will be reading the model as-is (use `prod` branch for reading), then applying changes on a development branch later. --- ## Phase 1: Collect Conversations ### 1.1 Fetch conversations with feedback Use `list_analysis_chats` to retrieve past conversations. Focus on those that have received feedback — positive or negative. ``` list_analysis_chats(limit=50, offset=0) ``` Paginate with `offset` until you have covered the desired time window or conversation count. For each conversation, note: - `conversation_id` - `title` - `feedback` (the stored feedback text, if any) - `agent` and `domain` - `created_at` and `created_by` **Filter to conversations with feedback.** Skip conversations with no feedback unless the user explicitly wa...

Details

Author
honeydew-ai
Repository
honeydew-ai/honeydew-ai-coding-agents-plugins
Created
5 months ago
Last Updated
2 days ago
Language
Shell
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

cc-content-performance-review

Use this skill to analyze how one or more published content pieces performed and generate concrete iteration variants for the next piece. Invoke when the user says "review how this post performed", "analyze content performance", "what worked in these posts", "help me iterate on this based on the numbers", or pastes performance data (impressions, engagement rate, CTR, conversions) alongside a piece and asks what to do next. Works from whatever data the owner supplies — there is no analytics API integration. Do NOT use it to evaluate whether a positioning claim, channel allocation, or campaign goal was validated — that is a strategic-level question for cc-concept-performance-review, not this skill.

0 Updated yesterday
clever-cc-plugins
AI & Automation Listed

skill-feedback

Review recent Claude Code sessions that used a specific agent or skill and submit per-session feedback as GitHub issues. Use when the user says "submit [agent/skill] feedback", "review my [agent/skill] sessions", or "file [agent/skill] feedback issues".

0 Updated yesterday
ingoclaro
AI & Automation Solid

work-self-improvement-review

Review the current ChatGPT Work conversation and files made available in the chat for durable corrections, preferences, and workflow lessons, then propose updates as project guidance, an instruction overlay, a patch to a provided SKILL.md, or a new skill candidate. Use when the user asks to review, learn from, distill, or preserve lessons from the current task, especially after corrections, repeated friction, or a non-obvious recovery. Always propose before exporting or applying any change.

22 Updated 3 weeks ago
UniM0cha