Generates a categorized work summary from GitHub activity (PRs authored, issues created, code committed) for a given time period and organization, using parallel subagents for fast detail fetching. Use when the user asks "what did I work on", "what did I do last week", wants a work log, weekly update, standup notes, sprint recap, accomplishments list, performance review input, or any summary of their contributions. DO NOT TRIGGER for repository changelogs, release notes, or team-wide activity reports.
90
88%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Quality
Discovery
100%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is an excellent skill description that hits all the marks. It provides specific concrete actions (categorized summary from PRs, issues, commits), comprehensive natural trigger terms covering many user phrasings, explicit 'Use when' and 'DO NOT TRIGGER' clauses, and a clearly distinct niche. The description is thorough without being padded, and uses proper third-person voice throughout.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: 'Generates a categorized work summary from GitHub activity (PRs authored, issues created, code committed) for a given time period and organization, using parallel subagents for fast detail fetching.' This clearly names the domain, the data sources, and the output format. | 3 / 3 |
Completeness | Clearly answers both 'what' (generates categorized work summary from GitHub activity including PRs, issues, commits) and 'when' (explicit 'Use when...' clause with extensive trigger phrases). Also includes a 'DO NOT TRIGGER' clause for negative cases, which adds further clarity. | 3 / 3 |
Trigger Term Quality | Excellent coverage of natural user phrases: 'what did I work on', 'what did I do last week', 'work log', 'weekly update', 'standup notes', 'sprint recap', 'accomplishments list', 'performance review input', 'summary of their contributions'. These are highly natural terms users would actually say. | 3 / 3 |
Distinctiveness Conflict Risk | Highly distinctive with a clear niche: personal GitHub activity summaries. The explicit exclusion of 'repository changelogs, release notes, or team-wide activity reports' actively prevents conflicts with related but different skills. The specific trigger terms like 'standup notes' and 'sprint recap' further narrow the scope. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-structured, actionable skill with a clear multi-step workflow and good error handling guidance. Its main weakness is moderate verbosity—the 'When to Use' and 'Overview' sections are somewhat redundant with the skill's trigger description, and some content could be more tightly written. The Common Mistakes table is a strong addition that addresses real failure modes.
Suggestions
Remove or significantly trim the 'Overview' and 'When to Use' sections since they duplicate the skill's description/trigger metadata that Claude already has access to.
Consider moving the Date Calculation Reference and Common Mistakes tables to a separate reference file to keep the main skill leaner, with clear links back.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is mostly efficient but includes some unnecessary elements like the 'When to Use' section (which largely duplicates the skill description/trigger logic) and the 'Overview' section which restates what the skill does. The tables and checklist add some bulk but are mostly justified for clarity. | 2 / 3 |
Actionability | Provides concrete, executable commands (gh CLI calls, python script invocations with exact arguments), specific subagent patterns, clear inclusion/exclusion criteria for contributions, and a copy-paste-ready output template. The guidance is specific enough to follow without ambiguity. | 3 / 3 |
Workflow Clarity | The 5-step process is clearly sequenced with a progress checklist, explicit validation (checking gh auth status on failure), clear decision points (ask user if parameters are ambiguous), and a critical performance note about parallel execution. The workflow handles error cases and has clear gates between steps. | 3 / 3 |
Progressive Disclosure | The skill references an external script at a specific path but doesn't link to any supplementary documentation files. All content is inline in a single file, and while the length is manageable, the Common Mistakes table and Date Calculation Reference could potentially be separate references. The structure is decent but everything is in one document. | 2 / 3 |
Total | 10 / 12 Passed |
Validation
100%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
a01bac9
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.