case-feedback-skill

Official

Submit context-rich case feedback.

Authorzai-org
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the collection and submission of user feedback and the surrounding conversation context for issue tracking, reducing back-and-forth and preserving context.

Core Features & Use Cases

  • Context-aware submission: captures feedback, the full conversation context, and optional metadata (code type, time, request ID).
  • Platform-agnostic delivery: detects the correct endpoint (ZAI or ZHIPU) from ANTHROPIC_BASE_URL and submits feedback accordingly.
  • Simple integration: minimal CLI invocation to submit feedback with optional fields.

Quick Start

Run the feedback submission script from the plugin root: node scripts/submit-feedback.mjs --feedback "your feedback" --context "conversation summary" --code_type "javascript" --happened_time "2025-12-10 11:15:00" --request_id "req-123"

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: case-feedback-skill
Download link: https://github.com/zai-org/zai-coding-plugins/archive/main.zip#case-feedback-skill

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository