performance-evaluation

Calculate team performance scores from TAPD defect data and Excel files.

1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/wvlvik/toy-skills --skill performance-evaluation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-evaluation
Source: https://github.com/wvlvik/toy-skills/tree/main/.agents/skills/performance-evaluation
Command: npx skills add https://github.com/wvlvik/toy-skills --skill performance-evaluation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openpyxl, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex and time-consuming process of calculating monthly team performance scores, integrating data from various sources and applying predefined rules.

Core Features & Use Cases

  • Automated Score Calculation: Integrates TAPD defect data and Excel sheets to automatically calculate performance scores and coefficients.
  • Data Integration: Pulls defect data from TAPD and processes Excel files for performance evaluation.
  • Use Case: At the end of each month, use this Skill to process the team's performance Excel file, automatically fetch relevant defect data from TAPD, calculate individual performance coefficients, and update the summary sheet, saving significant manual effort.

Quick Start

Run the performance evaluation skill to process the monthly performance Excel file located at '/path/to/monthly_performance.xlsx' for the current month.

Frequently Asked Questions about performance-evaluation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate monthly team performance scoring using TAPD and Excel?

Automating monthly team performance scoring involves pulling TAPD defect data and processing Excel files to calculate scores and coefficients. This approach integrates data sources and applies predefined rules to update the summary sheet automatically.

How does integrating TAPD defect data work for performance coefficient calculation?

Integrating TAPD defect data for coefficient calculation works by fetching relevant defect metrics from TAPD via requests, then applying predefined rules within Excel sheets to determine individual performance coefficients for the month.

Do I need a specific Excel file structure to calculate performance scores and coefficients?

Yes, calculating performance scores and coefficients requires specific Excel structures. The automation relies on predefined sheet layouts and openpyxl to process the monthly performance file and update the summary sheet correctly.

Can I use Python to pull TAPD defect data and update Excel performance summary sheets?

Yes, you can use Python to pull TAPD defect data and update Excel performance summary sheets. By utilizing the requests and openpyxl libraries, the automation script fetches data, calculates scores, and writes the results back to the file.

What is the best way to handle defect data integration for team management performance evaluation?

The best way to handle defect data integration for performance evaluation is automating the extraction from TAPD and merging it with Excel processing. This eliminates manual effort and ensures accurate score calculation and coefficient determination.