CtrlK
BlogDocsLog inGet started
Tessl Logo

iii-low-code-automation

Builds trigger-transform-action automation chains on the iii engine. Use when building Zapier/n8n-style automations, webhook-to-action pipelines, or simple event-driven chains where each node is a small registered function chained via named queues.

76

Quality

70%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/iii-low-code-automation/SKILL.md
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 is a well-crafted description that clearly identifies its niche (iii engine automation chains) and provides explicit trigger guidance with natural keywords like 'Zapier', 'n8n', and 'webhook'. The main weakness is that the specific capabilities could be more granular—listing concrete actions like registering functions, configuring queue routing, or debugging chains would strengthen it further.

Suggestions

Add more specific concrete actions such as 'register trigger/transform/action functions', 'configure named queue routing', 'debug chain execution' to improve specificity.

DimensionReasoningScore

Specificity

Names the domain ('trigger-transform-action automation chains on the iii engine') and mentions some actions (building automations, webhook-to-action pipelines, event-driven chains), but doesn't list multiple concrete granular actions like 'register functions', 'configure queues', 'set up webhooks', etc.

2 / 3

Completeness

Clearly answers both 'what' (builds trigger-transform-action automation chains on the iii engine with registered functions chained via named queues) and 'when' (explicit 'Use when' clause covering Zapier/n8n-style automations, webhook-to-action pipelines, and event-driven chains).

3 / 3

Trigger Term Quality

Includes strong natural trigger terms users would say: 'Zapier', 'n8n', 'automations', 'webhook', 'pipelines', 'event-driven', 'trigger-transform-action', 'queues', 'chains'. These cover multiple natural ways a user might describe this need.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive with the specific 'iii engine' platform reference, the 'trigger-transform-action' pattern, and 'named queues' architecture. Unlikely to conflict with generic automation or workflow skills due to these specific identifiers.

3 / 3

Total

11

/

12

Passed

Implementation

50%

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

This skill provides a solid conceptual overview of the low-code automation pattern with a useful primitives table and clear architecture diagrams. However, it lacks executable code examples inline (deferring everything to an unverifiable reference file), has no validation checkpoints in its workflows, and contains some redundant sections (duplicate boundary/usage guidance). It sits solidly at a 2 across dimensions — functional but with clear room for improvement.

Suggestions

Add at least one inline executable code snippet showing a minimal automation chain (e.g., a single trigger → function → enqueue pattern) so the skill is actionable without the reference file.

Add explicit validation/verification steps: e.g., how to test a webhook trigger works, how to verify queue chaining is correct, or how to check state persistence.

Consolidate the 'Pattern Boundaries', 'When to Use', and 'Boundaries' sections into a single section to reduce redundancy and save tokens.

Remove filler phrases like 'Use the concepts below when they fit the task' and 'Use the adaptations below when they apply to the task' — Claude doesn't need these meta-instructions.

DimensionReasoningScore

Conciseness

The content is mostly efficient but includes some redundant sections. The 'When to Use' and 'Boundaries' sections at the bottom largely repeat the 'Pattern Boundaries' section. Phrases like 'Use the concepts below when they fit the task' and 'Use the adaptations below when they apply to the task' are unnecessary filler. The architecture diagram and primitives table are well-structured and earn their tokens.

2 / 3

Actionability

The primitives table and common patterns section provide concrete API calls and naming conventions, but there's no executable code — only an architecture diagram in text and references to a separate file. The actual implementation is deferred entirely to the reference file, so a developer reading just this skill gets patterns and API signatures but nothing copy-paste ready.

2 / 3

Workflow Clarity

The architecture section shows clear chain sequences (trigger → transform → action), and the 'Adapting This Pattern' section mentions error handling. However, there are no explicit validation checkpoints, no feedback loops for failure recovery, and no step-by-step workflow for building a new automation chain. For a pattern involving webhooks and external services, the lack of verification steps is a gap.

2 / 3

Progressive Disclosure

The skill references a full working example at '../references/low-code-automation.js' and mentions related skills (iii-workflow-orchestration, iii-agentic-backend), which is good structure. However, no bundle files were provided, so the reference file cannot be verified. The skill itself is somewhat monolithic — the common patterns and adapting sections could potentially be in the reference file, keeping the SKILL.md leaner.

2 / 3

Total

8

/

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.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
iii-hq/iii
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.