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

58

Quality

66%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./cursor-team-kit/skills/weekly-review/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

78%Weight 40%Scale 1-5

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

The skill body is concise and well-structured with a clear sequenced workflow and an explicit guardrail checkpoint. Its main weakness is actionability: it describes what to do but does not supply the concrete git commands needed to execute it.

Suggestions

Add concrete commands for the workflow, e.g. 'git log --author=$(git config user.email) --since='7 days ago' --no-merges --pretty=...' for step 2.

Specify how to identify the primary branch context (e.g. 'git symbolic-ref refs/remotes/origin/HEAD') so the branch-selection step is unambiguous.

Add a verification checkpoint after grouping (e.g. 'Confirm bullets are substantiated by diffs before classifying') to strengthen workflow clarity.

DimensionReasoningScore

Conciseness

The body is lean and efficient with no padding or explanation of git concepts Claude already knows; every section earns its place.

5 / 5

Actionability

Guidance is concrete in parameters (7-10 days, exclude merges, 2-5 bullets, three classifications) but provides no actual executable git commands or flags, leaving key execution details implicit.

3 / 5

Workflow Clarity

Steps 1-5 are clearly sequenced and include an explicit validation checkpoint ('If git email is missing, ask the user to set it before proceeding'), with only minor gaps in mid-process verification.

4 / 5

Progressive Disclosure

Under 50 lines with no need for external references, organized into well-labeled sections (Trigger, Workflow, Guardrails, Output), satisfying the simple-skill exception for a top score.

5 / 5

Total

17

/

20

Passed

Description

53%Weight 40%Scale 1-5

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 conveys a clear, specific purpose but omits any explicit trigger guidance, which limits its completeness and trigger-term quality. Adding a 'Use when...' clause with natural user phrasing would lift the two capped dimensions.

Suggestions

Append a 'Use when...' clause naming natural triggers, e.g. 'Use when the user asks for a weekly recap, status update, or summary of shipped commits.'

Add common synonyms users say ('recap', 'shipped work', 'weekly review') to broaden trigger-term coverage.

Clarify the scope is a single author's commits to further sharpen distinctiveness.

DimensionReasoningScore

Specificity

Names the domain (authored commits) and concrete actions — 'Produce a weekly synthesis' and 'highlights by bugfix, tech debt, and net-new work' — but coverage is not comprehensive.

3 / 5

Completeness

It clearly states the 'what' (weekly synthesis of authored commits with categorical highlights) but has no 'Use when...' clause or equivalent explicit trigger guidance, capping completeness at 3 per the rubric.

3 / 5

Trigger Term Quality

Contains relevant natural terms like 'weekly synthesis', 'authored commits', 'bugfix', 'tech debt', and 'net-new work', but misses common variations a user might say such as 'recap', 'shipped work', or 'weekly review'.

3 / 5

Distinctiveness Conflict Risk

The 'authored commits' + weekly cadence + bugfix/tech-debt/net-new classification is a fairly distinct niche with only minor overlap risk against general git skills.

4 / 5

Total

13

/

20

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.