CtrlK
BlogDocsLog inGet started
Tessl Logo

arn-code-batch-simplify

This skill should be used when the user says "batch simplify", "cross-feature simplify", "batch simplification", "simplify all features", "cross-feature quality pass", "batch code cleanup", "consolidate across features", "deduplicate across features", "cleanup after batch merge", "cross-feature deduplication", "arness batch simplify", "arn-code-batch-simplify", "simplify merged features", "post-merge simplify", "find cross-feature duplication", or wants to run a post-merge quality pass that finds duplication and consolidation opportunities across independently implemented features. This requires merged features in .arness/plans/ — run arn-code-batch-merge first if none are merged.

68

Quality

83%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Discovery

89%

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 excels at trigger term coverage and completeness, providing an exhaustive list of phrases that would activate the skill and clearly stating both what it does and when to use it. Its main weakness is that the 'what' portion could be more specific about the concrete actions performed (e.g., does it refactor code, remove duplicate functions, consolidate shared utilities?). The description is also somewhat front-loaded with trigger terms at the expense of capability detail.

Suggestions

Add more specific concrete actions describing what the simplification actually does, e.g., 'Identifies and removes duplicate utility functions, consolidates shared abstractions, and refactors redundant patterns across merged feature branches.'

DimensionReasoningScore

Specificity

The description mentions 'finds duplication and consolidation opportunities across independently implemented features' and references a post-merge quality pass, but it doesn't list multiple concrete actions beyond finding duplication. It names the domain (cross-feature simplification) and some actions but isn't comprehensive about what specific transformations or outputs it produces.

2 / 3

Completeness

The description explicitly answers both 'what' (post-merge quality pass that finds duplication and consolidation opportunities across independently implemented features) and 'when' (with a comprehensive list of trigger phrases and the condition 'when the user says...' or 'wants to run a post-merge quality pass'). It also includes a prerequisite condition about needing merged features.

3 / 3

Trigger Term Quality

The description includes an extensive list of natural trigger phrases users would say, including variations like 'batch simplify', 'cross-feature simplify', 'deduplicate across features', 'cleanup after batch merge', 'post-merge simplify', and more. This provides excellent coverage of how users might naturally request this functionality.

3 / 3

Distinctiveness Conflict Risk

The description is highly specific to a particular workflow niche — cross-feature post-merge simplification within the 'arness' system. The specific tool names ('arn-code-batch-simplify', 'arn-code-batch-merge'), the .arness/plans/ path, and the very targeted trigger terms make it unlikely to conflict with other skills.

3 / 3

Total

11

/

12

Passed

Implementation

77%

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-crafted, highly actionable skill for a complex multi-step orchestration workflow. Its greatest strengths are the precise, executable instructions with thorough error handling, self-healing loops, and explicit validation checkpoints at every critical juncture. The main weakness is its length — some content is duplicated between inline step descriptions and the Error Handling section, and the detailed applier prompt could be extracted to a reference file to improve progressive disclosure.

Suggestions

Extract the lengthy applier prompt (Step 7's code block) into a reference file like `references/applier-prompt.md` to reduce the main skill's length and improve progressive disclosure.

Consolidate the Error Handling section with the inline error handling in each step — either keep error handling purely inline (removing the section) or move all error handling to the section and reference it from steps, avoiding duplication.

DimensionReasoningScore

Conciseness

The skill is quite long (~350 lines) and includes some redundancy — error handling is described inline in each step AND repeated in a dedicated Error Handling section. Some explanations could be tightened (e.g., the pipeline position diagram and prerequisite section). However, given the genuine complexity of the multi-step cross-feature workflow, most content earns its place.

2 / 3

Actionability

The skill provides highly specific, executable guidance throughout: exact git commands, precise JSON schemas for applier output, concrete bash commands for branching/PR creation, specific file paths, detailed agent dispatch instructions with tool restrictions, and clear template variable names. The applier prompt is copy-paste ready with exact schema expectations.

3 / 3

Workflow Clarity

The 10-step workflow is clearly sequenced with explicit validation checkpoints: exit conditions in Step 2, user approval gates in Steps 3 and 6, per-finding test-and-revert loops in Step 7 with up to 3 self-heal attempts, a final cumulative test pass, and a separate test-before-commit gate in Step 9. Partial failure handling and revert strategies are thoroughly specified with feedback loops.

3 / 3

Progressive Disclosure

The skill references external files (cross-feature-prompts.md, step-0-fast-path.md, preferences-schema.md, report templates) which suggests good structural intent, but no bundle files were provided to verify these exist. The SKILL.md itself is quite long and could benefit from extracting the detailed applier prompt and the report generation logic into reference files. The inline content is well-organized with clear headers but borders on monolithic.

2 / 3

Total

10

/

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
AppsVortex/arness
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.