CtrlK
BlogDocsLog inGet started
Tessl Logo

git-expert

Git operations expert for branching, rebasing, conflicts, and workflows

62

Quality

72%

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 ./crates/openfang-skills/bundled/git-expert/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

87%

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

The content is a concise, highly actionable Git reference with strong organization and concrete commands. Its main gap is workflow clarity: destructive operations would benefit from explicit validation/verification checkpoints embedded in each procedure.

Suggestions

Add explicit verification steps after destructive operations, e.g. run 'git status' and confirm the reflog after a reset or force-push before proceeding.

Make the conflict-resolution and recovery flows into numbered sequences with a validation checkpoint rather than loose bullet recipes.

Add a brief 'verify' or 'rollback' note to the history-rewrite and filter-repo workflows so recovery is part of the procedure rather than a separate section.

DimensionReasoningScore

Conciseness

The body is lean bullet-point guidance that assumes Git competence and avoids explaining basics like what Git or a branch is; every line carries practical value, matching the 'lean and efficient; every token earns its place' anchor.

3 / 3

Actionability

It provides concrete, executable commands throughout (e.g. 'git reset --soft HEAD~1', 'git push --force-with-lease', 'git restore --source=<commit> -- path/to/file'), many of them copy-paste ready, matching the 'fully executable commands' anchor.

3 / 3

Workflow Clarity

Conflict resolution is sequenced with an abort recovery loop and a general pre-check principle, but destructive operations (force-push, history rewrite, filter-repo) lack per-workflow explicit validation checkpoints, capping workflow clarity at 2.

2 / 3

Progressive Disclosure

The skill is under 50 lines with no need for external references and is organized into clear, well-labeled sections (Key Principles, Branching Strategies, Conflict Resolution, etc.), qualifying for the top anchor under the simple-skills note.

3 / 3

Total

11

/

12

Passed

Description

57%

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 clear and reasonably specific about its Git niche but stops short of explicit usage triggers, capping its completeness and trigger coverage. It is distinct from other skill domains but could be strengthened with a 'Use when...' clause and a broader set of natural trigger terms.

Suggestions

Add an explicit 'Use when...' clause listing natural triggers (e.g., 'Use when the user needs help with branching, rebasing, merge conflicts, or undoing Git mistakes').

Broaden trigger terms to include common variations users say, such as 'merge', 'commit', 'stash', 'pull request', and 'undo'.

Make the capabilities more concrete by pairing actions with objects, e.g. 'resolve merge conflicts, rebase feature branches, recover lost commits'.

DimensionReasoningScore

Specificity

Names the domain and several actions ('branching, rebasing, conflicts, and workflows'), but the terms lean toward categories rather than fully concrete verb-object actions, matching the 'names domain and some actions, but not comprehensive' anchor.

2 / 3

Completeness

It clearly states what the skill does but provides no 'Use when...' clause or equivalent explicit trigger guidance, so per the guidelines completeness is capped at 2.

2 / 3

Trigger Term Quality

Includes natural terms a user would say ('branching', 'rebasing', 'conflicts', 'Git'), but misses common variations like 'merge', 'commit', 'push', 'stash', or 'undo', so coverage is partial rather than comprehensive.

2 / 3

Distinctiveness Conflict Risk

'Git operations expert' is a clear niche with distinct triggers (branching/rebasing/conflicts) and is unlikely to be selected for the wrong skill, matching the 'clear niche with distinct triggers' anchor.

3 / 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
RightNow-AI/openfang
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.