CtrlK
BlogDocsLog inGet started
Tessl Logo

coding

Handoff skill and bug-capture entry point: loads plan-context.md and all design artifacts, performs a critical review against the real codebase, and ensures continuous writeback to the artifacts during and after implementation. Also the entry point when a bug is reported outside of an active implementation run -- captures the FIX artefact (BACKLOG row + FIX detail file + branch) without forcing an immediate fix. Use this skill when the user mentions "implement", "code", "realize plan-context", "build feature", "Bug gefunden", "es gibt einen Fehler", "Fix erfassen", or similar, and either a plan-context.md / FEATURE spec exists OR a bug surfaced. This skill does NOT take over the coding workflow -- the Default Claude Code agent remains responsible for the actual implementation. This skill ensures the context is critically reviewed, cleanly handed off, and artifacts stay up to date.

63

Quality

75%

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

Fix and improve this skill with Tessl

tessl review fix ./skills/coding/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

60%Scale 1-5

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

This is a comprehensive orchestration skill that covers a complex multi-phase workflow with strong validation checkpoints and clear artifact management rules. Its main weakness is severe verbosity — the same concepts (FIX creation, BACKLOG-first ordering, artifact writeback) are repeated across multiple sections, inflating the token cost significantly. The workflow structure is solid with good feedback loops, but the document would benefit greatly from deduplication and moving detailed sub-protocols (debugging, hotfix lane, deferred-stub convention) into reference files.

Suggestions

Deduplicate repeated content: the FIX artifact creation flow (BACKLOG row + detail file + branch) is described at least 4 times (Bug-capture entry, Phase 3c debugging, Phase 4b, Mid-course triggers). Define it once and reference it.

Move the debugging protocol (Phase 3c), hotfix lane rules, and deferred-stub convention (Phase 4c) into separate reference files, keeping only a 2-3 line summary with a link in the main SKILL.md.

Consolidate the 'Backlog as single source of truth' section and the 'Final synchronization' table — both describe the same sync chain with overlapping detail.

DimensionReasoningScore

Conciseness

The skill is extremely verbose at ~500+ lines with significant repetition. The same concepts (FIX artifact creation, BACKLOG row updates, bug-capture flow) are restated multiple times across phases. Many sections explain process concepts that could be condensed into tables or brief rules. The hotfix lane safety nets, for example, repeat information already covered elsewhere.

2 / 5

Actionability

The skill provides concrete file paths, specific commands (e.g., `python3 tools/github-integration/flow.py create-issue --item <ID>`), exact naming conventions (`FIX-{ee}-{ff}-{nn}-{slug}.md`), and detailed templates for outputs like the review table and commit messages. However, some sections remain procedural descriptions rather than executable steps, and the sheer volume makes it harder to extract the actionable parts.

4 / 5

Workflow Clarity

The multi-phase workflow is clearly sequenced (Phase 0 through Phase 4 plus Handoff Ritual) with explicit validation checkpoints like the Coverage Gate, Verification Gate, and regression test cycle. The mid-course triggers table is well-structured. However, the interleaving of multiple entry paths (bug-capture, hotfix lane, standard implementation) and the repetition of steps across sections creates some confusion about which path to follow when. The regression test cycle (Phase 4b) is an excellent example of a feedback loop with explicit pass/fail criteria.

4 / 5

Progressive Disclosure

The skill appropriately references external files for detailed rules (e.g., `graph-invariants.md`, `team-workflow.md`, `verification-gate-subtypes.md`, `mid-course-triggers.md`) rather than inlining everything. References are clearly signaled with file paths and section names. However, no bundle files were provided to verify these references exist, and the main SKILL.md itself is still very long — some sections (like the full debugging protocol or the deferred-stub convention) could arguably be moved to reference files to keep the main skill leaner.

4 / 5

Total

14

/

20

Passed

Description

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

This is a strong skill description that clearly articulates its purpose as a handoff and bug-capture entry point, with explicit trigger terms (including multilingual ones) and a well-defined 'Use when' clause. It effectively distinguishes itself from the default coding agent by explicitly stating scope boundaries. The only minor weakness is potential trigger overlap with general coding skills due to broad terms like 'implement' and 'code'.

DimensionReasoningScore

Specificity

The description lists several concrete actions: loads plan-context.md and design artifacts, performs critical review against the codebase, ensures continuous writeback to artifacts, captures FIX artefact (BACKLOG row + FIX detail file + branch). It also clarifies what it does NOT do. Minor gaps exist in fully enumerating all capabilities, but coverage is strong.

4 / 5

Completeness

Explicitly answers both 'what' (loads artifacts, performs critical review, ensures writeback, captures FIX artefacts) and 'when' (explicit 'Use this skill when...' clause with concrete trigger phrases and conditions like plan-context.md existing or a bug surfacing). Also clarifies scope boundaries by stating what it does NOT do.

5 / 5

Trigger Term Quality

Includes a comprehensive set of natural trigger terms in multiple languages: 'implement', 'code', 'realize plan-context', 'build feature', 'Bug gefunden', 'es gibt einen Fehler', 'Fix erfassen', plus references to plan-context.md, FEATURE spec, and bug reporting. This covers synonyms and natural user phrases thoroughly.

5 / 5

Distinctiveness Conflict Risk

The description carves out a clear niche as a handoff/review/artifact-management skill distinct from the actual coding agent, and explicitly states it does NOT take over coding. However, terms like 'implement', 'code', and 'build feature' could overlap with general coding skills, creating minor conflict risk. The explicit boundary statement mitigates this somewhat.

4 / 5

Total

18

/

20

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

skill_md_line_count

SKILL.md is long (870 lines); consider splitting into references/ and linking

Warning

Total

10

/

11

Passed

Repository
salemaziel/digital-innovation-agents
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.