CtrlK
BlogDocsLog inGet started
Tessl Logo

asana-automation

Automate Asana tasks via Rube MCP (Composio): tasks, projects, sections, teams, workspaces. Always search tools first for current schemas.

63

1.92x
Quality

45%

Does it follow best practices?

Impact

96%

1.92x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/antigravity-asana-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 (Asana automation via a specific MCP tool) which makes it distinctive, but it lacks concrete action verbs describing what operations are supported and entirely omits a 'Use when...' clause. The inclusion of implementation guidance ('Always search tools first') wastes space that could be used for trigger terms and explicit usage conditions.

Suggestions

Add an explicit 'Use when...' clause, e.g., 'Use when the user asks to create, update, assign, or query Asana tasks, projects, or workspaces.'

Replace the vague 'Automate' with specific actions like 'Create, update, assign, and query Asana tasks; manage projects, sections, teams, and workspaces.'

Include natural trigger terms users would say, such as 'assign task', 'project management', 'due date', 'Asana board', or 'task status'.

DimensionReasoningScore

Specificity

Names the domain (Asana) and lists entity types (tasks, projects, sections, teams, workspaces), but doesn't describe concrete actions beyond the vague 'automate'. What specific operations—create, update, move, assign, query?

2 / 3

Completeness

Provides a partial 'what' (automate Asana tasks) but has no explicit 'when' clause—no 'Use when...' or equivalent trigger guidance. The instruction to 'always search tools first' is an implementation detail, not a usage trigger. Per rubric, missing 'Use when...' caps completeness at 2, and the 'what' is also weak, so this scores 1.

1 / 3

Trigger Term Quality

Includes 'Asana', 'tasks', 'projects', 'sections', 'teams', 'workspaces' which are relevant keywords, but misses natural user phrases like 'assign task', 'create project', 'move to section', 'due date', or 'project management'. 'Rube MCP (Composio)' is technical jargon unlikely to appear in user requests.

2 / 3

Distinctiveness Conflict Risk

The mention of 'Asana' and 'Rube MCP (Composio)' makes this clearly distinguishable from other skills. It's unlikely to conflict with other project management or task automation skills due to the specific platform reference.

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 skill provides a solid structural overview of Asana automation via Rube MCP with clear tool naming and workflow sequencing. Its main weaknesses are the lack of concrete executable examples (no actual MCP call payloads shown), missing validation/error-handling steps in workflows, and some redundancy between the workflow sections and the quick reference table. The 'When to Use' section at the end adds no value.

Suggestions

Add at least one concrete, copy-paste-ready MCP tool invocation example with sample parameters and expected response shape (e.g., a full ASANA_CREATE_A_TASK call with payload).

Add validation checkpoints to workflows — e.g., after creating a task, verify the returned GID; after parallel requests, check individual action statuses for failures.

Remove the redundant 'When to Use' footer and consolidate the repeated GID/workspace-scoping pitfalls into a single location to reduce token waste.

Consider moving the quick reference table to a separate REFERENCE.md file and linking to it, keeping SKILL.md focused on workflows and key patterns.

DimensionReasoningScore

Conciseness

The content is reasonably efficient but includes some redundancy — the quick reference table largely duplicates information already covered in the workflow sections. The 'Known Pitfalls' section repeats GID format and workspace scoping warnings already mentioned in individual workflow pitfalls. The 'When to Use' footer is vacuous.

2 / 3

Actionability

Tool names and key parameters are clearly listed, and the workflow sequences provide useful ordering. However, there are no executable code examples or concrete MCP call examples with actual payloads — the ID resolution patterns use pseudocode-style numbered lists rather than showing actual tool invocations with sample parameters and expected responses.

2 / 3

Workflow Clarity

Workflows are sequenced with numbered steps and labeled as prerequisite/optional, which is helpful. However, there are no validation checkpoints — no steps to verify task creation succeeded, no error handling guidance, and the parallel operations section explicitly notes failed requests don't roll back but provides no guidance on how to detect or recover from partial failures.

2 / 3

Progressive Disclosure

The content is well-structured with clear headers and sections, but it's a monolithic document (~150 lines) that could benefit from splitting the quick reference table and detailed workflow descriptions into separate files. The instruction to 'always call RUBE_SEARCH_TOOLS first to get current tool schemas' partially offloads discovery but no external references are provided.

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
boisenoise/skills-collections
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.