Summarize authored commits over a user-specified time period into a concise update
53
58%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./cursor-team-kit/skills/what-did-i-get-done/SKILL.mdQuality
Discovery
32%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
The description communicates the core function—summarizing authored commits over a time period—but lacks explicit trigger guidance ('Use when...') and misses natural user keywords like 'standup', 'status update', or 'what have I been working on'. It is reasonably specific but would benefit from broader trigger terms and a clear 'when to use' clause to improve selection accuracy.
Suggestions
Add an explicit 'Use when...' clause, e.g., 'Use when the user asks for a summary of recent work, standup notes, or a recap of commits over a time period.'
Include natural trigger terms users would say, such as 'standup', 'status update', 'what did I work on', 'weekly summary', 'git log summary', or 'changelog'.
List additional concrete actions if applicable, such as 'groups commits by project or topic' or 'highlights key changes', to improve specificity.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Names the domain (authored commits) and a specific action (summarize into a concise update), but only describes one action rather than listing multiple concrete capabilities. | 2 / 3 |
Completeness | Describes what the skill does but has no explicit 'Use when...' clause or equivalent trigger guidance, and per the rubric guidelines, a missing 'Use when' clause caps completeness at 2. However, the 'when' is so absent that it warrants a 1 rather than a capped 2. | 1 / 3 |
Trigger Term Quality | Includes relevant terms like 'commits', 'summarize', and 'time period', but misses common variations users might say such as 'standup', 'status update', 'what did I do', 'git log', 'weekly summary', or 'changelog'. | 2 / 3 |
Distinctiveness Conflict Risk | Fairly specific to commit summarization over time periods, which narrows the niche, but could overlap with general git history or changelog skills without clearer trigger boundaries. | 2 / 3 |
Total | 7 / 12 Passed |
Implementation
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-structured, concise skill that clearly defines the task scope, workflow, and output format. Its main weakness is the lack of concrete git commands or example output, which would make it more immediately actionable. The guardrails section effectively constrains behavior without being verbose.
Suggestions
Add the specific git command template, e.g., `git log --author="$(git config user.email)" --no-merges --after="2024-01-01" --before="2024-01-02" --pretty=format:"%h %s"`
Include a brief example of expected output format showing the date range header and bullet points
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Every line serves a purpose. No unnecessary explanations of git concepts, no padding. The skill assumes Claude knows how to use git commands and focuses only on the specific workflow and constraints. | 3 / 3 |
Actionability | The workflow steps are clear but lack concrete commands (e.g., the specific git log command with --author, --no-merges, --after/--before flags). It describes what to do rather than providing executable examples of how to do it. | 2 / 3 |
Workflow Clarity | For this relatively simple, non-destructive task (read-only git log summarization), the 5-step sequence is clear and logically ordered. No destructive or batch operations are involved, so validation checkpoints are not required. | 3 / 3 |
Progressive Disclosure | This is a simple, single-purpose skill under 50 lines with no need for external references. The content is well-organized into clear sections (Trigger, Workflow, Guardrails, Output) that are easy to scan. | 3 / 3 |
Total | 11 / 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.
c8402bc
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.