Content
92%Weight 40%Scale 1-5Reviews 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 concrete git commands, explicit validation checkpoints, and clear error-recovery feedback loops. The only notable blemish is a duplicated description line and a template HTML comment that slightly reduce conciseness.
Suggestions
Remove the verbatim duplicate of the frontmatter description in the opening body paragraph (line 9) to save tokens and avoid redundancy.
Delete the leftover "Customize this skill and select save to override its behavior..." HTML comment template artifact.
Consider collapsing the four separate Guidelines bullets into the Workflow steps where they apply (e.g. the force-push approval gates), to tighten the document further.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes git competence (no concept explanations), but the opening paragraph duplicates the frontmatter description verbatim and a leftover "Customize this skill" HTML comment adds noise; efficient yet trimmable, so a 4 rather than 5. | 4 / 5 |
Actionability | Every step gives copy-paste-ready commands with explicit placeholders (e.g. `git rebase @{u}`, `git push -u <remote> HEAD`, `git rev-list --left-right --count HEAD...@{u}`) covering the common sync and publish cases, matching the fully-executable top anchor. | 5 / 5 |
Workflow Clarity | A clearly numbered workflow with an explicit Validation section (clean tree, 0/0 ahead-behind, upstream configured) and feedback loops for conflict recovery (resolve -> continue, or --abort); despite destructive rebase/push steps, validation is present so the destructive-cap does not apply. | 5 / 5 |
Progressive Disclosure | Content is self-contained with no external references needed and is well organized into Guidelines, Workflow, and Validation sections; per the simple-skill exception, a self-contained skill with no need for external files and clear sectioning scores at the top. | 5 / 5 |
Total | 19 / 20 Passed |