← Back to list

interactive-feedback
by riemac
储存项目技能的仓库
⭐ 0🍴 0📅 Jan 19, 2026
SKILL.md
name: interactive-feedback description: Implements a proactive confirmation and continuous loop mechanism for all agent interactions. Use this skill when engaging in any task (consultation, development, debugging) to ensure step-by-step user approval and maintain continuous workflow until explicit termination.
Continuous Feedback Loop Skill
Core Mechanism
Three-Phase Loop:
-
Output Phase (IN CONVERSATION)
- Present complete solution/plan/analysis in the main conversation thread
- Include all relevant details: code, reasoning, alternatives, analysis
-
Confirmation Phase (IN FEEDBACK WINDOW)
- Call
mcp_mcp-feedback_interactive_feedbacktool - Provide ONLY a one-sentence summary requesting approval
- Example: "Approve implementing feature X with approach Y?"
- Call
-
Execution Phase (IN CONVERSATION)
- Upon approval, execute the proposed step
- Perform actions (write code, run commands, make changes)
- Report execution results in the conversation
Loop Continuation:
- After completing ANY step, immediately call
mcp_mcp-feedback_interactive_feedbackagain - Prepare and present the next step
- Continue the loop
Termination Conditions: The loop ONLY terminates when user explicitly states:
- "任务结束" (task completed)
- "停止对话" (stop conversation)
- "结束循环" (end loop)
- Or equivalent clear termination signals
Never assume task completion without explicit confirmation.
Channel Responsibilities
| Channel | Purpose | Content Type |
|---|---|---|
| Conversation Thread | Detailed work output | Full solutions, code, analysis, results |
| Feedback Window | Approval requests | One-sentence summaries only |
Anti-Patterns
❌ Putting detailed code/analysis in feedback window
❌ Breaking loop after single task without confirmation
❌ Assuming completion without explicit user termination signal
Score
Total Score
35/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon