Token导航 LogoToken导航TokenDH.com
AI 工具只读github未标认证来源可访问clear审计通过

performance-management绩效管理

Agent Skill

performance-management 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

642

周安装

27

GitHub Stars

3

下载量

225
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:performance-management(绩效管理)
来源仓库:https://github.com/pluginagentmarketplace/custom-plugin-engineering-manager
仓库路径:skills/performance-management
安装命令:
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-engineering-manager --skill performance-management
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-engineering-manager --skill performance-management

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在需要围绕仓库状态、代码变更或协作事项进行整理时使用。
  • 可结合来源仓库和原始 README 核验具体用法,支持 Codex、Claude、Cursor、Gemini CLI。
  • 安装命令:npx skills add https://github.com/pluginagentmarketplace/custom-plugin-engineering-manager --skill performance-management。
  • 安装前建议确认权限范围、维护状态及是否触发联网、命令执行或文件读写。

SKILL.md

Performance Management Skill

Purpose

Provide engineering managers with frameworks for effective performance management, goal-setting, OKRs, reviews, and continuous feedback.

Primary Bond

Agent: hiring-performance-agent Relationship: This skill provides review templates, OKR frameworks, and feedback models that the agent uses.


Templates

OKR Template

okr_template:
  metadata:
    owner: "{Name}"
    quarter: "{Q1 2025}"
    created: "{Date}"
    last_reviewed: "{Date}"

  objective:
    statement: "{Qualitative, inspirational goal}"
    why: "{Why this matters to team/company}"

  key_results:
    kr1:
      metric: "{Specific measurable outcome}"
      baseline: "{Where we are today}"
      target: "{Where we want to be}"
      current: null
      confidence: "70%"
      initiatives:
        - "{Action to achieve this}"

    kr2:
      metric: "{Another measurable outcome}"
      baseline: "{Current state}"
      target: "{Target state}"
      current: null
      confidence: "70%"

    kr3:
      metric: "{Third measurable outcome}"
      baseline: "{Current}"
      target: "{Target}"
      current: null
      confidence: "70%"

  scoring:
    "0.0-0.3": "Failed to make progress"
    "0.4-0.6": "Made progress but fell short"
    "0.7-0.9": "Delivered (target zone)"
    "1.0": "Fully achieved (might not have been ambitious enough)"

  review_cadence:
    weekly: "Quick progress check"
    monthly: "Deep review, adjust if needed"
    quarterly: "Final scoring and retrospective"

Performance Review Template

performance_review:
  metadata:
    employee: "{Name}"
    level: "{Current level}"
    manager: "{Manager name}"
    review_period: "{Date range}"
    review_date: "{Date}"

  overall_rating:
    scale: "[1-5]"
    rating: null
    summary: ""

  rating_definitions:
    5: "Exceptional - Top 5%, role model, exceptional impact"
    4: "Exceeds - Frequently exceeds expectations"
    3: "Meets - Consistently meets expectations"
    2: "Developing - Partially meets, improving"
    1: "Below - Does not meet, action needed"

  goal_review:
    goal_1:
      description: "{Goal from last review}"
      target: "{What success looked like}"
      result: "{What was achieved}"
      rating: null
      learning: ""

    goal_2:
      description: ""
      target: ""
      result: ""
      rating: null

  competency_assessment:
    technical_excellence:
      rating: null
      strengths: []
      growth_areas: []
      evidence: ""

    collaboration:
      rating: null
      strengths: []
      growth_areas: []
      evidence: ""

    communication:
      rating: null
      strengths: []
      growth_areas: []
      evidence: ""

    ownership:
      rating: null
      strengths: []
      growth_areas: []
      evidence: ""

    impact:
      rating: null
      strengths: []
      growth_areas: []
      evidence: ""

  peer_feedback_summary:
    themes: []
    quotes: []

  development_plan:
    strengths_to_leverage: []
    focus_areas:
      - area: ""
        action: ""
        timeline: ""
        success_metric: ""
    support_needed: []
    resources: []

  next_period_goals:
    goal_1:
      description: ""
      success_criteria: ""
      alignment: ""

  career_discussion:
    aspirations: ""
    timeline_to_next_level: ""
    gaps_to_address: []

Continuous Feedback (SBI Model)

sbi_feedback:
  model:
    situation: "In {specific context/meeting/moment}..."
    behavior: "I observed/noticed {specific observable behavior}..."
    impact: "The impact was {effect on team/project/individual}..."

  examples:
    positive:
      situation: "In yesterday's design review"
      behavior: "you asked probing questions that helped us identify a critical edge case"
      impact: "which likely saved us a week of rework and improved the design"

    constructive:
      situation: "In the last sprint planning"
      behavior: "you committed to more story points than you could complete"
      impact: "which meant the team had to scramble to cover, affecting our sprint goal"

  best_practices:
    - "Be specific (not 'you're doing great' but 'your documentation was thorough')"
    - "Be timely (within 48 hours of the event)"
    - "Focus on behavior (not personality)"
    - "Be balanced (both positive and constructive)"
    - "Make it a conversation (not a lecture)"

Performance Improvement Plan (PIP)

performance_improvement_plan:
  metadata:
    employee: "{Name}"
    manager: "{Name}"
    hr_partner: "{Name}"
    start_date: "{Date}"
    end_date: "{Date}"
    duration: "{30/60/90 days}"

  performance_concerns:
    concern_1:
      area: "{Specific area of concern}"
      examples:
        - "{Specific instance with date}"
        - "{Another specific instance}"
      expected_standard: "{What 'good' looks like}"

    concern_2:
      area: ""
      examples: []
      expected_standard: ""

  improvement_goals:
    goal_1:
      description: "{Specific, measurable improvement}"
      success_criteria: "{How we'll know it's achieved}"
      timeline: "{When by}"
      support_provided: "{Training, mentoring, etc.}"

    goal_2:
      description: ""
      success_criteria: ""
      timeline: ""
      support_provided: ""

  check_in_schedule:
    - date: "{Week 1}"
      focus: "{Initial check-in}"
    - date: "{Week 2}"
      focus: "{Progress review}"
    - date: "{Midpoint}"
      focus: "{Formal midpoint review}"
    - date: "{Final}"
      focus: "{Final evaluation}"

  outcomes:
    successful: "Return to good standing, continue employment"
    unsuccessful: "Separation from company"

  acknowledgement:
    employee_signature: ""
    manager_signature: ""
    date: ""

Decision Trees

Rating Calibration

Individual assessment complete
|
+-- Compare to level expectations
|   +-- Exceeds level consistently? -> Consider 4 or 5
|   +-- Meets level consistently? -> 3
|   +-- Below level? -> 2 or below
|
+-- Compare to peers at same level
|   +-- Top quartile? -> Lean toward 4+
|   +-- Middle half? -> Likely 3
|   +-- Bottom quartile? -> Likely 2 or below
|
+-- Review evidence quality
|   +-- Specific examples documented? -> Trust rating
|   +-- Vague or missing? -> Reconsider, gather more
|
+-- Final calibration with peers
    +-- Adjust for consistency across org

When to Start PIP

Performance concern identified
|
+-- Is this a new issue?
|   +-- Yes -> Give feedback, set expectations, monitor
|   +-- No -> Continue
|
+-- Has feedback been given previously?
|   +-- No -> Give clear feedback first, document
|   +-- Yes -> Continue
|
+-- Has there been time to improve (4-8 weeks)?
|   +-- No -> Allow time, provide support
|   +-- Yes -> Continue
|
+-- Is there a pattern of underperformance?
|   +-- No -> May be temporary, continue coaching
|   +-- Yes -> Consider PIP
|
+-- Is the issue coachable?
    +-- Yes -> Start PIP with clear goals
    +-- No -> May need immediate action (HR consult)

Anti-Patterns

anti_patterns:
  recency_bias:
    symptom: "Only remembering last month of performance"
    remedy:
      - "Keep running notes throughout period"
      - "Review goals quarterly"
      - "Collect feedback continuously"

  rating_inflation:
    symptom: "Everyone is 'exceeds expectations'"
    remedy:
      - "Calibration sessions"
      - "Distribution guidelines"
      - "Manager training"

  surprise_reviews:
    symptom: "First time hearing about issues at review"
    remedy:
      - "Continuous feedback culture"
      - "Monthly check-ins on goals"
      - "No surprises rule"

  personality_focus:
    symptom: "Rating the person, not the work"
    remedy:
      - "Evidence-based reviews"
      - "Specific examples required"
      - "Behavior focus"

Quick Reference Cards

Goal-Setting (SMART)

S - Specific: Clear and well-defined
M - Measurable: Quantifiable outcomes
A - Achievable: Realistic but challenging
R - Relevant: Aligned with team/company goals
T - Time-bound: Clear deadline

Example:
Bad: "Improve code quality"
Good: "Reduce production incidents by 30% in Q2
       by implementing automated testing for
       critical paths, measured by PagerDuty data"

Feedback Frequency

TypeCadenceFormat
Quick praiseDailySlack/in-person
ConstructiveWithin 48h of eventPrivate 1-on-1
Goal progressWeekly in 1-on-1Documented
Formal reviewSemi-annualWritten + meeting

Distribution Guidelines

RatingTarget %Description
5~5%Exceptional, role model
4~20%Exceeds consistently
3~50%Meets expectations fully
2~20%Developing, improving
1~5%Below, needs action

Troubleshooting

ProblemRoot CauseSolution
Goals not achievedUnclear or unrealisticUse SMART, check in weekly
Surprises at reviewNo ongoing feedbackContinuous feedback culture
Rating disagreementsDifferent standardsCalibration sessions
PIP failsWrong fit, not coachableBetter hiring, earlier intervention

Validation Rules

input_validation:
  review_type:
    type: enum
    values: [annual, mid_year, quarterly, pip]
    required: true

  employee_level:
    type: enum
    values: [junior, mid, senior, staff, principal, manager]
    required: false

  timeline:
    type: enum
    values: [30_day, 60_day, 90_day]
    required: false

Resources

Books:

  • Measure What Matters - John Doerr
  • Radical Candor - Kim Scott
  • High Output Management - Andy Grove
  • The Effective Manager - Mark Horstman

Frameworks:

  • OKR methodology (Google, Intel)
  • SMART goals
  • SBI feedback model

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

展示第三方安全扫描或审计结果

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

平台分布

Claude Code

29.53%
按下载量换算66

windsurf

24.2%
按下载量换算54

Codex

18.97%
按下载量换算43

OpenCode

12.59%
按下载量换算28

Cursor

8.99%
按下载量换算20

Antigravity

4.09%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills