CtrlK
BlogDocsLog inGet started
Tessl Logo

devtu-github

GitHub workflow for ToolUniverse - push code safely by moving temp files, activating pre-commit hooks, running tests, and cleaning staged files. Use when pushing to GitHub, fixing CI failures, or cleaning up before commits.

72

Quality

88%

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

SKILL.md
Quality
Evals
Security

Quality

Content

77%

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

The body is highly actionable with a clear, well-validated multi-step workflow, but it is a monolithic single file with some redundancy between the cleanup red-flags and the exclusion tables. Splitting reference material out and de-duplicating would improve token efficiency and navigation.

Suggestions

De-duplicate the cleanup red-flags: keep the exclusion tables in one place and reference them from Phase 1 rather than restating the same patterns in both sections.

Move the project-specific test-failure patterns and the root-level test-script filename table into a reference file (e.g. references/TROUBLESHOOTING.md) and link to it from the main workflow to reduce inline token load.

Replace the hard-coded list of example test_*.py filenames with the matching pattern alone, since the specific names will drift as the project evolves.

DimensionReasoningScore

Conciseness

Mostly efficient with executable commands and no concept-explanation padding, but the red-flags in Phase 1 are restated in the "Files That Must NEVER Be Pushed" section, and the hard-coded test-script filename table is project-specific detail that could drift.

2 / 3

Actionability

Fully executable bash/git commands throughout (e.g. `git push --force-with-lease`, `pytest tests/ -x --tb=short -q`), with copy-paste-ready snippets and specific examples.

3 / 3

Workflow Clarity

Clear four-phase numbered sequence with explicit validation checkpoints (git status, hook verification, test run, PR mergeability check) and a feedback loop (test fail → diagnose via error patterns → fix).

3 / 3

Progressive Disclosure

Well-organized into sections but everything is inline in a single ~240-line file with no bundle files; the test-failure patterns and file-exclusion tables could be split into referenced materials for easier navigation.

2 / 3

Total

10

/

12

Passed

Description

100%

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 concise, specific, and complete, naming concrete actions and an explicit trigger clause in third person. It clearly distinguishes this skill's niche and would naturally be selected on the stated triggers.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "moving temp files, activating pre-commit hooks, running tests, and cleaning staged files" — rather than vague language, matching the top anchor.

3 / 3

Completeness

Explicitly answers both what (push code safely via the listed steps) and when ("Use when pushing to GitHub, fixing CI failures, or cleaning up before commits."), with a clear trigger clause.

3 / 3

Trigger Term Quality

Includes natural phrases users would say — "pushing to GitHub, fixing CI failures, or cleaning up before commits" — giving good coverage of common variations.

3 / 3

Distinctiveness Conflict Risk

Scoped to a distinct niche (ToolUniverse GitHub push workflow) with specific triggers unlikely to fire for unrelated skills.

3 / 3

Total

12

/

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
mims-harvard/ToolUniverse
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.