askill
productivity-reporter

productivity-reporterSafety 95Repository

Generates a productivity report across all JSONPlaceholder users showing todo completion rates, rankings, and pending work. Use when you need to compare productivity across users or identify who has the most incomplete tasks.

0 stars
1.2k downloads
Updated 2/27/2026

Package Files

Loading files...
SKILL.md

Productivity Reporter

Generate a cross-user productivity report based on todo completion data.

Steps

  1. Fetch all users using list_users
  2. For each user, fetch their todos using get_user_todos
  3. Calculate metrics for each user:
    • Total todos
    • Completed count
    • Completion rate (percentage)
    • List of pending items
  4. Rank users by completion rate (highest first)
  5. Present the report in the output format below

Output Format

# Productivity Report

## Rankings

| Rank | User | Completed | Total | Rate |
|------|------|-----------|-------|------|
| 1 | {name} | {done} | {total} | {rate}% |
| ... | ... | ... | ... | ... |

## Overall Stats
- Total todos across all users: {total}
- Overall completion rate: {rate}%
- Most productive: {top_user}
- Needs attention: {bottom_user}

## Pending Items by User
### {user.name} ({pending_count} pending)
- {todo_title_1}
- {todo_title_2}
...

Notes

  • JSONPlaceholder has exactly 10 users with 20 todos each (200 total)
  • Todo completion status is static — the same report is generated each time
  • Useful for demonstrating report-generation workflows

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

75/100Analyzed 3/2/2026

Solid productivity reporting skill with clear steps, triggers, and output format. Targets a specific MCP server (JSONPlaceholder) but provides good actionability for that use case. Missing some completeness elements like error handling and tool parameter specs, but the structured approach and examples make it usable. The dedicated skills folder path and metadata improve discoverability."

95
85
65
65
80

Metadata

Licenseunknown
Version-
Updated2/27/2026
PublisherNimbleBrainInc

Tags

jsonplaceholderproductivityreport