CtrlK
BlogDocsLog inGet started
Tessl Logo

acceptance-orchestrator

Use when a coding task should be driven end-to-end from issue intake through implementation, review, deployment, and acceptance verification with minimal human re-intervention.

43

Quality

43%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./plugins/antigravity-awesome-skills-claude/skills/acceptance-orchestrator/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

25%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This description focuses almost entirely on when to use the skill (end-to-end autonomous coding workflow) but fails to specify what concrete actions it performs. The language is abstract and process-oriented rather than action-oriented, and the trigger terms are formal jargon unlikely to match natural user requests. It needs concrete capability descriptions and natural language keywords.

Suggestions

Add specific concrete actions the skill performs, e.g., 'Reads GitHub issues, writes code, creates pull requests, runs tests, deploys changes, and verifies acceptance criteria'.

Replace jargon like 'issue intake', 'acceptance verification', and 're-intervention' with natural user terms like 'fix a bug', 'implement a feature', 'automate the full development cycle', 'handle an issue from start to finish'.

Expand the 'Use when...' clause with specific trigger scenarios, e.g., 'Use when the user wants a complete hands-off implementation of a GitHub issue, feature request, or bug fix without needing to guide each step'.

DimensionReasoningScore

Specificity

The description uses abstract language like 'coding task', 'issue intake', 'implementation', 'review', 'deployment', and 'acceptance verification' but does not list any concrete actions. These are high-level workflow phases, not specific capabilities like 'create pull requests', 'run tests', or 'deploy to staging'.

1 / 3

Completeness

It has a 'Use when...' clause which addresses the 'when' question, but the 'what' is extremely vague — it only says a 'coding task should be driven end-to-end' without specifying what concrete actions the skill performs. The 'what' is essentially missing or very weak.

2 / 3

Trigger Term Quality

The terms used ('issue intake', 'acceptance verification', 're-intervention') are process jargon rather than natural keywords a user would say. Users are more likely to say things like 'fix this bug end to end', 'implement this feature', or 'handle this issue' rather than these formal workflow terms.

1 / 3

Distinctiveness Conflict Risk

The end-to-end automation framing gives it some distinctiveness from narrower coding skills, but 'coding task' is broad enough to overlap with many other development-related skills. The phrase 'minimal human re-intervention' helps differentiate it somewhat as an autonomous workflow skill.

2 / 3

Total

6

/

12

Passed

Implementation

62%

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

This is a well-structured orchestration skill with strong workflow clarity, explicit stop conditions, human gates, and a clear output contract. Its main weaknesses are the lack of concrete executable examples (relying on abstract sub-skill references without showing invocation patterns) and some redundancy between the state machine list and the workflow section. The sub-skill references would benefit from actual file links or inline examples of how they're invoked.

Suggestions

Add a concrete end-to-end example showing how the orchestrator processes a sample issue through at least 2-3 states, including the output contract format with real sample values.

Provide links or file paths for the referenced sub-skills (create-issue-gate, closed-loop-delivery, verification-before-completion) or include brief inline summaries of what each sub-skill does.

Remove the standalone 'State Machine' bullet list since the 'Workflow' section already covers the same states in more useful detail, or merge them into a single section.

DimensionReasoningScore

Conciseness

The skill is reasonably efficient but includes some sections that could be tightened—e.g., the 'When to Use' section partially restates the overview, and the 'Limitations' section contains generic boilerplate that Claude already knows. The state machine list is redundant with the workflow section that follows it.

2 / 3

Actionability

The skill provides structured guidance with clear states, stop conditions, and an output contract, but lacks concrete executable examples—no actual commands, code snippets, or copy-paste-ready templates. It delegates to sub-skills (e.g., 'create-issue-gate', 'closed-loop-delivery') without showing what those invocations look like in practice.

2 / 3

Workflow Clarity

The workflow is clearly sequenced as a state machine with explicit validation checkpoints (issue gate, completion gate, verification-before-completion), well-defined stop/escalation conditions, and human gates for destructive operations. The feedback loop (2 full rounds before escalation) is explicit.

3 / 3

Progressive Disclosure

The skill references multiple sub-skills (create-issue-gate, closed-loop-delivery, verification-before-completion, etc.) which implies a multi-file structure, but no bundle files are provided and no file paths or links are given. The content is well-sectioned internally, but the references to sub-skills are unresolvable, making navigation incomplete.

2 / 3

Total

9

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

10

/

11

Passed

Repository
sickn33/antigravity-awesome-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.