CtrlK
BlogDocsLog inGet started
Tessl Logo

airtable-automation

Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, views. Always search tools first for current schemas.

44

Quality

45%

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/airtable-automation/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

40%

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

The description identifies a clear niche (Airtable via Rube MCP/Composio) which makes it distinctive, but it lacks concrete action verbs describing what operations can be performed and has no explicit 'Use when...' trigger guidance. The listed items (records, bases, tables, fields, views) are entity types rather than capabilities, leaving Claude without clear guidance on when to select this skill.

Suggestions

Add explicit concrete actions like 'Create, read, update, and delete Airtable records; manage bases, tables, fields, and views' instead of just listing entity nouns.

Add a 'Use when...' clause with natural trigger terms, e.g., 'Use when the user asks to interact with Airtable, manage database records, or automate Airtable workflows.'

Move the implementation detail ('Always search tools first for current schemas') out of the description or reframe it as a capability, e.g., 'Discovers current Airtable schemas dynamically.'

DimensionReasoningScore

Specificity

Names the domain (Airtable) and lists some entities (records, bases, tables, fields, views), but these are nouns rather than concrete actions. The only action verb is 'Automate' and 'search tools,' which is vague about what specific operations are performed (e.g., create, update, delete records).

2 / 3

Completeness

It partially addresses 'what' (automate Airtable tasks) but lacks an explicit 'Use when...' clause or equivalent trigger guidance. The instruction to 'always search tools first' is an implementation detail for Claude, not a trigger condition. Missing 'when' clause caps this at 2, and the 'what' is also weak, bringing it to 1.

1 / 3

Trigger Term Quality

Includes 'Airtable', 'records', 'bases', 'tables', 'fields', 'views' which are relevant keywords. However, it misses common user phrasings like 'spreadsheet', 'database', 'add a row', 'create a record', or 'look up data in Airtable'. The mention of 'Rube MCP (Composio)' is technical jargon users wouldn't naturally say.

2 / 3

Distinctiveness Conflict Risk

The combination of 'Airtable' and 'Rube MCP (Composio)' creates a very specific niche that is unlikely to conflict with other skills. The tool and platform are clearly identified.

3 / 3

Total

8

/

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 is a competent Airtable automation skill that covers the major operations with clear tool sequences and useful pitfall documentation. Its main weaknesses are the lack of executable call examples (actual MCP invocation syntax), missing validation/feedback loops for batch and destructive operations, and some redundancy across sections. The formula syntax reference and pitfall documentation are genuinely useful additions.

Suggestions

Add at least one concrete, copy-paste-ready MCP tool invocation example showing exact parameter format (e.g., a full RUBE_SEARCH_TOOLS call followed by AIRTABLE_CREATE_RECORD with real-looking parameters).

Add explicit validation checkpoints to batch workflows: after chunked record creation, verify record count; after delete operations, confirm deletion; include a retry pattern for 429 rate limit errors.

Consolidate duplicate pitfall information—mention case sensitivity, batch limits, and error codes once in the Known Pitfalls section and reference it from workflows instead of repeating.

Remove the generic 'When to Use' and 'Limitations' boilerplate sections at the end, which add no skill-specific value.

DimensionReasoningScore

Conciseness

The skill is reasonably efficient but includes some redundancy—pitfalls are repeated across sections (e.g., field name case sensitivity, 422 errors), the 'When to Use' and 'Limitations' boilerplate at the end adds no value, and the quick reference table largely duplicates information already covered in the workflow sections. The ID format section and batch limits are also partially redundant with inline pitfall mentions.

2 / 3

Actionability

The skill provides concrete tool names, parameter names, and formula syntax examples, which is good. However, it lacks any executable code or actual MCP call examples showing exact invocation syntax with real parameters. The guidance is specific enough to follow but stops short of copy-paste ready examples of actual tool calls.

2 / 3

Workflow Clarity

Multi-step workflows are clearly sequenced with labeled steps and prerequisite/optional annotations. However, there are no explicit validation checkpoints or feedback loops—for batch operations (chunking 10-record limits) there's no verify-after-create step, no error recovery guidance beyond listing error codes, and no explicit 'confirm success before proceeding' checkpoints.

2 / 3

Progressive Disclosure

The content is well-structured with clear sections and headers, but it's a monolithic document with no references to external files. Given the length (~150+ lines) and the amount of reference material (formula syntax, ID formats, quick reference table), some content could be split into separate reference files. However, with no bundle files provided, this is a single-file skill that could benefit from better separation.

2 / 3

Total

8

/

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.