CtrlK
BlogDocsLog inGet started
Tessl Logo

git-workflows

Reusable git delivery workflows derived from local slash commands (commit, push, PR, release notes, and GitHub Actions failure triage with worktree-based fixes).

61

Quality

71%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./skills/git-workflows/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

72%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 clean one-level-deep progressive disclosure to real reference files. It is weaker on actionability and workflow clarity because concrete commands and validation feedback loops live only in the referenced files rather than the body itself.

Suggestions

Inline a minimal worked example for at least one workflow (e.g. the commit command sequence) so the body is executable without always opening the reference.

Add an explicit validate→fix→retry checkpoint for destructive/batch workflows, e.g. 'After a failed push, re-read the error, adjust, and retry before opening the PR.'

Surface the key safety validation step (e.g. confirm no secrets staged) as a concrete checkpoint rather than a general 'avoid committing secrets' directive.

DimensionReasoningScore

Conciseness

The body is lean and well-sectioned with no padding or re-explanation of concepts Claude already knows; every section earns its place.

5 / 5

Actionability

It gives behavioral directives ('avoid destructive git operations', 'request explicit confirmation') but delegates all concrete commands to references, leaving the inline guidance high-level rather than executable.

3 / 5

Workflow Clarity

The execution rules are sequenced and include a confirmation checkpoint, but destructive/batch workflows (push, PR, release) lack a validate→fix→retry feedback loop, capping this dimension at 3.

3 / 5

Progressive Disclosure

The body is a clear overview pointing to two real one-level-deep references (references/source-commands.md and references/command-catalog.md), each clearly signaled and well-organized.

5 / 5

Total

16

/

20

Passed

Description

71%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 is specific and distinct, naming several concrete git delivery actions with natural trigger terms. Its main weakness is the absence of an explicit 'Use when...' clause, leaving the activation context implicit.

Suggestions

Append an explicit trigger clause, e.g. 'Use when the user asks to commit, push, open a PR, cut a release, or triage a failed GitHub Actions run.'

Add common synonyms like 'pull request' and 'gh actions' alongside 'PR' and 'GitHub Actions' to broaden natural-language matching.

Clarify the 'worktree-based fixes' trigger so users needing isolated-branch fix workflows would naturally invoke this skill.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'commit, push, PR, release notes, and GitHub Actions failure triage with worktree-based fixes' — giving comprehensive coverage of the git delivery domain.

5 / 5

Completeness

The 'what' is clear ('Reusable git delivery workflows...') but there is no explicit 'Use when...' trigger clause, which caps completeness at 3 per the rubric guideline.

3 / 5

Trigger Term Quality

Natural terms like 'commit', 'push', 'PR', 'release notes', and 'GitHub Actions failure triage' are present, but synonyms such as 'pull request' and 'gh actions' are missing.

4 / 5

Distinctiveness Conflict Risk

The worktree-based GitHub Actions triage niche is distinct from generic git skills, with only minor overlap risk against broad git-helper skills.

4 / 5

Total

16

/

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
TencentCloudBase/CloudBase-AI-Toolkit
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.