CtrlK
BlogDocsLog inGet started
Tessl Logo

git-pushing

Stage all changes, create a conventional commit, and push to the remote branch. Use when explicitly asks to push changes ("push this", "commit and push"), mentions saving work to remote ("save to github", "push to remote"), or completes a feature and wants to share it.

71

Quality

88%

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

The canonical home for this skill is git-pushing in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

80%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 body is actionable and well-structured for a simple skill, but its workflow lacks any pre-push validation despite combining a batch stage-all with an irreversible remote push.

Suggestions

Add a validation step before pushing, e.g. run `git status` / show staged changes and confirm with the user before `git push`, since `git add .` and `git push` are batch and destructive operations.

Have the script guard against common failure modes: refuse to push to protected branches, fail fast on an empty commit or no upstream, and surface the diff summary before committing.

Remove the redundancy between the frontmatter description, the opening sentence, and the "When to Use" trigger list to tighten the token budget.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence, but the opening line and "When to Use" list repeat the frontmatter triggers, a minor redundancy that could be trimmed.

4 / 5

Actionability

It gives copy-paste-ready executable commands for both the default and custom-message cases, with the real backing script doing the work.

5 / 5

Workflow Clarity

The single-step workflow has no validation checkpoint before a batch stage (git add .) and a destructive push, so per the rubric cap workflow clarity cannot exceed 3.

3 / 5

Progressive Disclosure

Under 50 lines with well-organized sections and a single one-level-deep script reference (scripts/smart_commit.sh, verified present), so the simple-skill exception applies.

5 / 5

Total

17

/

20

Passed

Description

96%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 description: concise, concrete actions with explicit, naturally-worded trigger phrases covering both what and when. Its only weakness is slight overlap with adjacent commit-message skills.

DimensionReasoningScore

Specificity

"Stage all changes, create a conventional commit, and push to the remote branch" lists three concrete actions covering the full push workflow comprehensively.

5 / 5

Completeness

It explicitly states what the skill does (stage, commit, push) and when to use it via a "Use when" clause with concrete trigger phrases.

5 / 5

Trigger Term Quality

Natural user phrasings like "push this", "commit and push", "save to github", and "push to remote" give comprehensive synonym coverage for the domain.

5 / 5

Distinctiveness Conflict Risk

The push-to-remote niche is clearly distinct, but the "commit and push" framing has minor overlap risk with commit-message-writing skills.

4 / 5

Total

19

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
administrakt0r/AI-Agents-Safe-Coding-Skills
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.