generate-member-report

Generate per-member workload and status reports with completion rates and blockers.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/semicolon-devteam/semo --skill generate-member-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-member-report
Source: https://github.com/semicolon-devteam/semo/tree/main/packages/pm/skills/generate-member-report
Command: npx skills add https://github.com/semicolon-devteam/semo --skill generate-member-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, gh, jq.

What problem does it solve?

This Skill automates the creation of detailed workload reports for individual team members or the entire team, providing insights into task assignments, progress, and completion rates without manual data compilation.

Core Features & Use Cases

  • Individual Workload Analysis: Generates a report for a specific team member, detailing their assigned, completed, and pending tasks.
  • Team Summary: Provides an overview of task allocation, completion rates, and workload distribution across the entire team.
  • Progress Tracking: Calculates completion rates and aggregates workload points for assigned tasks.
  • Blocker Identification: Highlights team members who currently hold tasks identified as blockers.
  • Use Case: To understand a team member's current workload or to prepare for a one-on-one, you can ask "인원별 업무 현황 리포트 생성해줘 member:'@kyago'" to get a personalized report.

Quick Start

Generate report for all members: "인원별 업무 현황 리포트 생성해줘" Generate report for a specific member: "/SEMO:report member @kyago" Analyze team workload: "업무량 분석"

Frequently Asked Questions about generate-member-report

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

FAQPage Schema
How do I generate a workload report for my team members?

Generate workload reports by specifying a member or requesting a team-wide report. The Skill groups tasks by member, calculates completion rates and workload totals, and outputs formatted reports with per-member detail and overall summary across specified iterations.

Can I track individual member progress and task completion rates?

Yes, the Skill generates individual workload analysis for specific team members, detailing assigned, completed, and pending tasks with computed completion rates and workload point aggregation.

How do I identify blockers and which team members are holding blocked tasks?

The Skill highlights team members who currently hold tasks identified as blockers, surfacing blockers within the member workload report to aid in impediment resolution.

What input data does the report generation require?

Provide input with fields such as member, iteration_title, and format preference. The Skill integrates with GraphQL workflows and jq for data extraction and transformation before report compilation.

Can I export reports in different formats like Markdown?

Yes, the Skill supports multiple output formats including Markdown and others, enabling flexible report delivery and integration with documentation systems.

Does this work with Sprint tracking and project management workflows?

Yes, the Skill applies to team management contexts requiring per-member task grouping across iterations and Sprint cycles, integrating with project management and Sprint tracking systems via GraphQL APIs.