CtrlK
BlogDocsLog inGet started
Tessl Logo

weekly-review

Produce a weekly synthesis of authored commits with highlights by bugfix, tech debt, and net-new work

62

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

85%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is concise and well-structured with a clear sequenced workflow and a sensible precondition check. Its main weakness is actionability: it describes steps in prose rather than supplying the concrete git commands Claude would run.

Suggestions

Provide the concrete commands for each step, e.g. `git config user.email` and `git log --author=<email> --since='7 days ago' --no-merges`.

Show an example output format (a sample bullet list plus classification paragraph) so the expected deliverable is unambiguous.

Specify how to determine the 'primary branch context' (e.g. current branch vs main) since that step is currently ambiguous.

DimensionReasoningScore

Conciseness

Lean and tightly written with no padding or explanation of concepts Claude already knows; every section earns its place.

3 / 3

Actionability

Steps are specific (7-10 days, exclude merges, 2-5 bullets, three categories) but give no concrete executable commands like 'git config user.email' or a 'git log --author' invocation, leaving guidance incomplete.

2 / 3

Workflow Clarity

A clearly sequenced five-step workflow with an explicit precondition check ('If git email is missing, ask the user to set it before proceeding'), appropriate for a read-only analysis task with no destructive feedback loop needed.

3 / 3

Progressive Disclosure

A short single-file skill under 50 lines with well-organized Trigger/Workflow/Guardrails/Output sections and no need for external references, which per the scoring notes qualifies for 3.

3 / 3

Total

11

/

12

Passed

Description

60%

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 is specific and concrete about its output but lacks an explicit 'Use when' trigger, capping completeness and distinctiveness at 2. It names the domain well without resorting to fluff.

Suggestions

Add an explicit trigger clause, e.g. 'Use when the user wants a weekly recap of their commits for status updates, retros, or planning.'

Surface natural trigger phrasings users would actually say ('weekly recap', 'what did I ship this week', 'commit summary') alongside the technical terms.

Tie distinctiveness to a clear usage window (e.g. 'last week's authored work') so it does not conflict with one-off commit-message skills.

DimensionReasoningScore

Specificity

Names concrete actions ('Produce a weekly synthesis of authored commits') and a specific output structure ('highlights by bugfix, tech debt, and net-new work'), matching the multiple-concrete-actions anchor.

3 / 3

Completeness

Clearly answers what the skill does, but provides no explicit 'when to use' trigger clause, which per the guidelines caps completeness at 2.

2 / 3

Trigger Term Quality

Includes relevant terms ('weekly synthesis', 'authored commits', 'bugfix', 'tech debt') but misses common natural phrasings a user would say like 'weekly recap' or 'status update'; coverage is partial.

2 / 3

Distinctiveness Conflict Risk

The authored-commit synthesis niche is reasonably specific, but the absence of explicit triggers means it could overlap with general git/commit skills rather than claiming a distinct slot.

2 / 3

Total

9

/

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.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
cursor/plugins
Reviewed

Table of Contents

Is this your skill?

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.