Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计未展示

developer-feedback-collector开发者反馈收集器

Agent Skill

developer-feedback-collector 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

272

周安装

11

GitHub Stars

公开资料未说明

下载量

85
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:developer-feedback-collector(开发者反馈收集器)
来源仓库:https://github.com/clous-ai/agents
仓库路径:skills/developer-feedback-collector
安装命令:
npx skills add clous-ai/agents --skill "developer-feedback-collector"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add clous-ai/agents --skill "developer-feedback-collector"

简介

developer-feedback-collector 自动收集开发者对工具链与流程的意见。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中持续改进工作环境。
  • 通过 npx 从 GitHub 仓库安装后可嵌入 IDE 或命令行界面。
  • 建议设置反馈阈值,避免频繁打扰影响编码专注度。
  • 有助于构建以人为本的技术产品迭代机制。

SKILL.md

name
developer-feedback-collector
description
This skill should be used when the user asks to "collect feedback", "gather peer feedback", "create feedback prompts", "synthesize feedback themes", "run 360 review", or "compile performance feedback". Creates structured feedback collection processes with synthesis of themes, examples, and actionable items.
version
0.1.0
license
MIT

Developer Feedback Collector

Design structured feedback collection processes that generate actionable, specific, and balanced input for performance reviews and growth conversations.

Purpose

Create feedback systems that:

  • Generate specific, example-based feedback
  • Identify themes across multiple inputs
  • Balance positive and constructive feedback
  • Protect psychological safety
  • Enable data-driven performance discussions

Core Process

1. Design Feedback Prompts

Structured Question Framework:

## Technical Excellence
- What technical contributions has [Name] made that stand out?
- Where could [Name] improve technically?
- Specific example: [Describe situation]

## Collaboration & Communication
- How effectively does [Name] work with others?
- Example of strong collaboration: [Describe]
- Area for growth in collaboration: [Describe]

## Leadership & Impact
- How does [Name] influence beyond their immediate work?
- Example of leadership: [Describe]
- Growth opportunity in leadership: [Describe]

## Overall
- What should [Name] continue doing?
- What should [Name] start/stop doing?
- One specific development suggestion: [Describe]

Prompt Design Principles:

  • Ask for specific examples, not generalizations
  • Balance positive and constructive
  • Frame constructively (growth opportunities, not failures)
  • Use behavioral language (observable actions)
  • Avoid leading questions

2. Collect Feedback

Who to Ask:

  • Direct manager (required)
  • Peers (3-5 engineers at similar level)
  • Cross-functional partners (PM, design, etc.)
  • Skip-level manager (for senior+)
  • Mentees (if applicable)

Collection Methods:

  • Written surveys (async, allows reflection)
  • 1:1 conversations (deeper context)
  • Anonymous (for honest constructive feedback)
  • Attributed (for accountability and follow-up)

Best Practice: Mix of attributed and anonymous for balanced input

3. Synthesize Themes

Synthesis Process:

  1. Read all feedback inputs
  2. Identify recurring themes (3+ mentions = pattern)
  3. Group examples by theme
  4. Note outlier feedback (1-off mentions)
  5. Look for contradictions (investigate causes)

Output Structure:

{
  "employee": "Name",
  "feedback_period": "Q4 2025",
  "respondents": 8,
  "themes": [
    {
      "category": "Technical Excellence",
      "theme": "Strong system design skills",
      "frequency": 6,
      "examples": [
        "Designed scalable caching architecture for API - reduced latency 60%",
        "Led database migration with zero downtime"
      ],
      "type": "strength"
    },
    {
      "category": "Collaboration",
      "theme": "Could improve communication in PRs",
      "frequency": 4,
      "examples": [
        "PR comments sometimes terse, hard to understand reasoning",
        "Could explain design decisions more clearly in code review"
      ],
      "type": "growth_area"
    }
  ],
  "actionable_items": [
    "Continue driving architectural initiatives",
    "Work on PR communication: explain *why* in code review comments"
  ]
}

4. Deliver Feedback

Delivery Framework (Manager → Employee):

## Feedback Summary: [Name] - [Period]

### Key Strengths
[Theme 1 with examples]
[Theme 2 with examples]

### Growth Opportunities
[Theme 1 with examples and specific suggestions]
[Theme 2 with examples and specific suggestions]

### Action Plan
1. [Specific action]: [Why] → [How to measure success]
2. [Specific action]: [Why] → [How to measure success]

### Next Steps
- [Discuss in 1:1 on DATE]
- [Set goals for next period]

Delivery Best Practices:

  • Start with strengths (build confidence)
  • Be specific (examples, not vague criticisms)
  • Focus on behaviors (changeable) not traits (fixed)
  • Collaborative tone (partner in growth)
  • Forward-looking (action plan, not dwelling on past)

Using Supporting Resources

Templates

  • templates/feedback-prompts.json - Question bank by competency
  • templates/synthesis-template.md - Theme identification framework

Scripts

  • scripts/synthesize-feedback.py - Auto-detect themes from responses
  • scripts/anonymize.py - Remove identifying information

Progressive Disclosure: Advanced synthesis techniques, difficult feedback scenarios in references/.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

28.2%
按下载量换算24

Claude Code

25.64%
按下载量换算22

Gemini CLI

16.22%
按下载量换算14

windsurf

13.67%
按下载量换算12

OpenCode

8.05%
按下载量换算7

Cursor

3.89%
按下载量换算3

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills