CtrlK
BlogDocsLog inGet started
Tessl Logo

firecrawl-ci-integration

Configure Firecrawl CI/CD integration with GitHub Actions and automated scraping tests. Use when setting up automated testing of Firecrawl integrations, configuring CI pipelines, or validating scraping behavior in pull requests. Trigger with phrases like "firecrawl CI", "firecrawl GitHub Actions", "firecrawl automated tests", "CI firecrawl", "test firecrawl in CI".

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.

A well-structured, executable CI integration skill with minimal padding and concrete code throughout. It loses points only on workflow clarity (no explicit validation checkpoints) and progressive disclosure (no bundle split for the sizable inline workflows).

Suggestions

Add explicit validation checkpoints in the workflow, e.g. 'run npm test locally and confirm it passes before pushing' or a verify step after setting the secret, to satisfy the validate→fix→retry pattern for batch/credit-consuming operations.

Move the lengthy GitHub Actions YAML and TypeScript test fixtures into reference files (e.g. references/workflow.yml, references/integration.test.ts) referenced from the body, to improve progressive disclosure.

Add a short prerequisite-check step (verify Actions enabled, confirm API key secret exists) before the workflow steps to make the entry sequence more robust.

DimensionReasoningScore

Conciseness

Lean, code-forward content with no padding explaining what GitHub Actions or Firecrawl are; inline comments earn their place ('# Only on merge, not PRs (saves credits)').

3 / 3

Actionability

Fully executable bash, YAML workflow, and TypeScript test blocks that are copy-paste ready, with concrete commands and assertions rather than pseudocode.

3 / 3

Workflow Clarity

Steps 1–5 are sequenced and an Error Handling table gives recovery guidance, but there are no explicit validate-then-proceed checkpoints for the credit-consuming batch operations, which caps the score at 2 per the rubric.

2 / 3

Progressive Disclosure

Well-organized into clear sections with one-level-deep external links and a Next Steps pointer, but everything is inline with no bundle files; content like the large workflow/test blocks could be split into references for better separation.

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.

A strong, specific description that clearly states what the skill does and when to use it, with natural trigger phrases. The imperative voice ('Configure', 'Use when') reads as neutral instruction rather than first/second person.

DimensionReasoningScore

Specificity

Names concrete actions — 'Configure Firecrawl CI/CD integration with GitHub Actions and automated scraping tests' — covering integration setup, GitHub Actions workflows, and automated scraping tests, matching the multi-action anchor.

3 / 3

Completeness

Explicitly answers both what ('Configure Firecrawl CI/CD integration...') and when ('Use when setting up automated testing... or validating scraping behavior in pull requests'), with explicit trigger guidance.

3 / 3

Trigger Term Quality

Provides explicit natural trigger phrases ('firecrawl CI', 'firecrawl GitHub Actions', 'firecrawl automated tests', 'CI firecrawl', 'test firecrawl in CI') that a user would plausibly say, giving good coverage.

3 / 3

Distinctiveness Conflict Risk

A clearly narrow niche — Firecrawl CI/CD integration — with distinct, Firecrawl-specific triggers unlikely to collide with other skills.

3 / 3

Total

12

/

12

Passed

Validation

87%

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

Validation14 / 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

Total

14

/

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.