CtrlK
BlogDocsLog inGet started
Tessl Logo

aci-payon

ACI PAY.ON integration. Manage data, records, and automate workflows. Use when the user wants to interact with ACI PAY.ON data.

58

Quality

67%

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/aci-payon/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

57%

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 benefits from naming the specific product (ACI PAY.ON) and including an explicit 'Use when' clause, but it is severely lacking in specificity about what the skill actually does. The actions described ('manage data, records, and automate workflows') are boilerplate phrases that provide no insight into the payment-related capabilities this skill presumably offers.

Suggestions

Replace generic phrases like 'manage data, records, and automate workflows' with concrete ACI PAY.ON actions such as 'process payments, manage transactions, configure payment methods, handle refunds'.

Add natural trigger terms users would actually say, such as 'payment processing', 'payment gateway', 'transactions', 'merchant', 'checkout', or 'PAY.ON API'.

Expand the 'Use when' clause with specific scenarios like 'Use when the user needs to process payments, query transaction records, configure payment channels, or integrate with ACI PAY.ON APIs'.

DimensionReasoningScore

Specificity

The description uses vague language like 'manage data, records, and automate workflows' without listing any concrete actions specific to ACI PAY.ON. These are generic phrases that could apply to virtually any integration.

1 / 3

Completeness

It does answer both 'what' (manage data, records, automate workflows) and 'when' (Use when the user wants to interact with ACI PAY.ON data), with an explicit 'Use when...' clause. However, both parts are quite shallow in detail.

3 / 3

Trigger Term Quality

It includes the specific product name 'ACI PAY.ON' which is a useful trigger term, but lacks natural keywords users might say such as 'payment processing', 'transactions', 'payment gateway', or other domain-specific terms related to what ACI PAY.ON actually does.

2 / 3

Distinctiveness Conflict Risk

The mention of 'ACI PAY.ON' provides some distinctiveness, but 'manage data, records, and automate workflows' is extremely generic and could overlap with many other integration skills. Without payment-specific terminology, it could conflict with other data management skills.

2 / 3

Total

8

/

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 solid integration skill with excellent actionability — every step has executable CLI commands with clear parameters. The workflow for connection setup is well-structured with explicit state handling and feedback loops. The main weaknesses are some unnecessary introductory explanation and a shallow overview section that doesn't add value, plus the content could benefit from better progressive disclosure given its length.

Suggestions

Remove the introductory paragraph explaining what ACI PAY.ON is — Claude already knows this, and the skill description covers it.

Either flesh out the Overview section (Payment, Merchant, Transaction, Report) with links to detailed docs or action examples, or remove it entirely as it currently adds no actionable value.

DimensionReasoningScore

Conciseness

The skill includes some unnecessary explanatory content (e.g., 'ACI PAY.ON is a payment gateway that allows merchants to accept various payment methods online') that Claude already knows. The overview section listing Payment/Merchant/Transaction/Report adds little value without further detail. However, the CLI commands and workflow steps are reasonably efficient.

2 / 3

Actionability

The skill provides fully executable CLI commands for every step: installation, authentication, connection setup, action discovery, action execution, and proxy requests. Commands are copy-paste ready with clear flag descriptions and parameter examples.

3 / 3

Workflow Clarity

The multi-step connection workflow is clearly sequenced with explicit state-based branching (READY, CLIENT_ACTION_REQUIRED, CONFIGURATION_ERROR, SETUP_FAILED). Polling/retry loops are well-defined, and the headless authentication flow includes a clear feedback loop with the user completing login and providing a code.

3 / 3

Progressive Disclosure

The content is reasonably structured with clear sections, but it's somewhat monolithic for its length. The overview section (Payment, Merchant, Transaction, Report) hints at structure that isn't developed or linked to separate files. No bundle files are provided, so there's no external reference structure, but the content could benefit from splitting the proxy reference table and connection state machine into separate documents.

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
membranedev/application-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.