CtrlK
BlogDocsLog inGet started
Tessl Logo

coderabbit-sdk-patterns

Apply production-ready CodeRabbit automation patterns using GitHub API and PR comments. Use when building automation around CodeRabbit reviews, processing review feedback programmatically, or integrating CodeRabbit into custom workflows. Trigger with phrases like "coderabbit automation", "coderabbit API patterns", "automate coderabbit", "coderabbit github api", "process coderabbit reviews".

72

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

80%

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

The skill is highly actionable and token-efficient with clean executable examples, but it is a monolithic file and its batch workflows lack explicit validation checkpoints. Splitting long scripts into a scripts/ bundle and adding verify steps would raise the weaker dimensions.

Suggestions

Add an explicit validation/retry checkpoint in the dashboard and CI-gate workflows (e.g., verify API responses, handle empty review sets, re-check pending reviews) to lift workflow_clarity above 2.

Move the longer TypeScript and bash scripts into actual scripts/ bundle files and link to them from SKILL.md so the overview stays lean and progressive_disclosure improves.

Confirm or remove the inline references to scripts/fetch-coderabbit-reviews.ts, scripts/coderabbit-dashboard.sh, and .github/workflows/coderabbit-gate.yml — none of these files exist in the bundle, so the paths currently misrepresent the skill's structure.

DimensionReasoningScore

Conciseness

The body is lean: a one-sentence overview, brief prerequisites, and code blocks with only functional comments — no padding explaining what CodeRabbit or GitHub APIs are, so every token earns its place.

3 / 3

Actionability

Provides fully executable TypeScript (Octokit), bash (gh), and GitHub Actions YAML that is copy-paste ready with specific API calls and concrete command lists.

3 / 3

Workflow Clarity

Steps 1–5 are clearly sequenced, but the dashboard script loops over 50 PRs (a batch operation) with no validation checkpoint or validate→fix→retry feedback loop, which caps this dimension at 2 per the rubric guidelines.

2 / 3

Progressive Disclosure

All content sits inline in a single ~180-line SKILL.md with no references/ or scripts/ bundle files; the labeled script and workflow paths are inline code rather than split-out, well-signaled reference files.

2 / 3

Total

10

/

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.

The description is concise, third-person, and clearly states both capabilities and trigger conditions with natural keyword coverage. It is a strong example that hits every rubric dimension.

DimensionReasoningScore

Specificity

Names multiple concrete actions — 'automation patterns using GitHub API and PR comments', 'processing review feedback programmatically', 'integrating CodeRabbit into custom workflows' — rather than vague language.

3 / 3

Completeness

Explicitly answers both 'what' (apply CodeRabbit automation patterns via GitHub API and PR comments) and 'when' ('Use when building automation around CodeRabbit reviews...') with explicit triggers.

3 / 3

Trigger Term Quality

Lists natural trigger phrases a user would actually say — 'coderabbit automation', 'automate coderabbit', 'coderabbit github api', 'process coderabbit reviews' — with good coverage of common variations.

3 / 3

Distinctiveness Conflict Risk

A clearly defined CodeRabbit-specific niche with distinct triggers, very unlikely to fire for an unrelated 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.

Validation13 / 16 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

referenced_paths_exist

Referenced path issues: 2 missing

Warning

Total

13

/

16

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.