CtrlK
BlogDocsLog inGet started
Tessl Logo

git-delegation-management

Execute git operations on behalf of Workers who don't have git credentials. Use when a Worker sends a git-request: message to clone, push, pull, commit, rebase, or perform any git operation.

67

Quality

80%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

68%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.

A well-structured, actionable skill body with clear sequencing and concrete bash examples. The main weakness is the absence of an explicit validation/retry loop for destructive git operations, which limits workflow clarity.

Suggestions

Add an explicit post-execution validation step (e.g., check `git status`/exit codes and a fix-and-retry loop) after running delegated operations, since push/rebase/reset are destructive.

Tighten the operations table or fold it into a reference file to reduce redundancy with the "any git operation" statement.

Make the execution block fully concrete rather than leaving a "# ... etc" placeholder, or explicitly justify the flexibility.

DimensionReasoningScore

Conciseness

Mostly efficient and assumes git competence ("You know how to use git"), though the operations table partially restates the "any git operation" claim and could be trimmed.

4 / 5

Actionability

Provides concrete, mostly copy-paste-ready bash blocks for sync, marker handling, execution, and response templates, with only minor placeholders ("# ... etc") to fill in.

4 / 5

Workflow Clarity

Clear numbered sequence with a processing-marker checkpoint, but destructive/batch git operations (push, rebase, rm -rf warnings) lack an explicit post-execution validate-and-retry feedback loop, which caps this dimension at 3.

3 / 5

Progressive Disclosure

Single self-contained file with well-organized section headers and no nested references; appropriate for its size, though the operations table and gotchas could justify light externalization.

4 / 5

Total

15

/

20

Passed

Description

92%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.

A strong, concrete description that clearly states the capability, the trigger condition, and the delegation context. The only minor gap is trigger phrasing tied to an internal message protocol rather than natural user language.

DimensionReasoningScore

Specificity

Names the git domain and lists multiple concrete actions ("clone, push, pull, commit, rebase, or perform any git operation"), giving comprehensive coverage of capabilities.

5 / 5

Completeness

Explicitly answers both what ("Execute git operations on behalf of Workers who don't have git credentials") and when ("Use when a Worker sends a git-request: message...") with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes a concrete trigger ("Use when a Worker sends a git-request: message") plus natural operation verbs, but the trigger is domain-internal jargon and a few common synonyms are missing.

4 / 5

Distinctiveness Conflict Risk

Targets a clear niche (delegated git execution triggered by a specific Worker message format) with minimal overlap risk against other skills.

5 / 5

Total

19

/

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
agentscope-ai/AgentTeams
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.