CtrlK
BlogDocsLog inGet started
Tessl Logo

coderabbit-cost-tuning

Optimize CodeRabbit costs through seat management, repo selection, and review scope tuning. Use when analyzing CodeRabbit billing, reducing per-seat costs, or implementing usage monitoring and budget optimization. Trigger with phrases like "coderabbit cost", "coderabbit billing", "reduce coderabbit costs", "coderabbit pricing", "coderabbit expensive", "coderabbit budget".

62

Quality

75%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Fix and improve this skill with Tessl

tessl review fix ./plugins/saas-packs/coderabbit-pack/skills/coderabbit-cost-tuning/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

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 reasonable framework for CodeRabbit cost optimization with good structure and some actionable configuration examples. Its main weaknesses are the lack of validation/verification steps after making changes, some non-executable illustrative content presented as if it were actionable, and a monolithic structure that could benefit from splitting detailed configs and scripts into bundle files.

Suggestions

Add a verification step after seat changes and repo disabling — e.g., 'After 1 billing cycle, verify seat count decreased in Dashboard > Billing > Invoice' or provide an API call to check current seat count.

Replace the illustrative YAML seat audit block with an actual executable approach (API call or dashboard navigation steps) that produces real seat utilization data.

Extract the bash monitoring script and the .coderabbit.yaml example into bundle files (e.g., `scripts/review-value-analysis.sh` and `examples/coderabbit.yaml`) to improve progressive disclosure.

Remove or condense the pricing table — this is publicly available information that doesn't need to occupy token budget in a skill file. A single line like 'Pro: ~$15/seat/month (seat = any dev who opens a PR)' suffices.

DimensionReasoningScore

Conciseness

The skill is mostly efficient but includes some unnecessary padding. The pricing table and plan descriptions are readily available information. The 'Output' section restates what the steps already cover. Some inline comments are helpful but others are redundant (e.g., explaining what lock files are).

2 / 3

Actionability

Provides a mix of concrete and vague guidance. The .coderabbit.yaml config and bash script are executable and useful. However, several steps rely on navigating a GUI dashboard with no API alternatives, the YAML 'seat audit' example is illustrative rather than executable, and the CLI commands (e.g., `cr review`) lack verification that these are actual CodeRabbit CLI commands with correct syntax.

2 / 3

Workflow Clarity

Steps are clearly sequenced and logically ordered from audit through optimization to monitoring. However, there are no validation checkpoints — after making changes (removing seats, disabling repos, adding path filters), there's no step to verify the changes took effect or that billing decreased. For a cost optimization workflow involving potentially disruptive changes (disabling reviews on repos), verification steps are important.

2 / 3

Progressive Disclosure

The content is well-structured with clear headers and logical sections, but it's a long monolithic file (~150 lines of content) with no bundle files to offload detail. The bash script and detailed YAML configs could be separate referenced files. The reference to 'coderabbit-local-dev-loop' and 'coderabbit-enterprise-rbac' suggests a broader skill ecosystem but these aren't provided or clearly linked.

2 / 3

Total

8

/

12

Passed

Description

100%

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 an excellent skill description that clearly defines its purpose, lists concrete actions, provides explicit 'Use when' guidance, and includes a comprehensive set of natural trigger phrases. It targets a very specific niche (CodeRabbit cost optimization) making it highly distinguishable from other skills. The description is concise, well-structured, and uses appropriate third-person voice throughout.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: 'seat management', 'repo selection', 'review scope tuning', 'analyzing billing', 'reducing per-seat costs', 'implementing usage monitoring and budget optimization'.

3 / 3

Completeness

Clearly answers both 'what' (optimize costs through seat management, repo selection, review scope tuning) and 'when' (explicit 'Use when' clause with triggers and a 'Trigger with phrases like' section).

3 / 3

Trigger Term Quality

Excellent coverage of natural trigger terms users would actually say: 'coderabbit cost', 'coderabbit billing', 'reduce coderabbit costs', 'coderabbit pricing', 'coderabbit expensive', 'coderabbit budget'. These are highly natural phrases.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive — targets a very specific niche (CodeRabbit cost optimization) with unique trigger terms that are unlikely to conflict with any other skill.

3 / 3

Total

12

/

12

Passed

Validation

81%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation9 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

9

/

11

Passed

Repository
jeremylongshore/claude-code-plugins-plus-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.