CtrlK
BlogDocsLog inGet started
Tessl Logo

nx-ci-monitor

Monitor Nx Cloud CI pipeline status and handle self-healing fixes automatically. Use when user says "watch CI", "monitor pipeline", "check CI status", "fix CI failures", or "self-heal CI". Requires Nx Cloud connection. Do NOT use for local task execution (use nx-run-tasks) or general CI debugging outside Nx Cloud.

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

77%

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

A densely actionable, well-sequenced orchestration guide with strong workflow clarity and concrete commands, but it is a monolithic single file with some redundant flow descriptions that hurt token efficiency and leave no room for progressive disclosure.

Suggestions

Consolidate the duplicated Apply-Locally/Enhance and Reject flows (Step 3b vs. the standalone "Apply Locally + Enhance Flow" and "Reject + Fix From Scratch Flow" sections) into a single authoritative description to remove repeated git/commit commands.

Move the two full example sessions and the detailed Fix Available Decision Logic into separate reference files (e.g. EXAMPLES.md, DECISION-LOGIC.md) and link to them from SKILL.md to enable progressive disclosure and shorten the main body.

Trim the verbose status-reporting and configuration-defaults tables to only the non-obvious defaults, since Claude can infer standard polling/verbosity behavior.

DimensionReasoningScore

Conciseness

Mostly efficient with no concept-overexplaining, but the ~445-line body repeats flows (e.g. "Apply Locally + Enhance Flow" appears both in Step 3b and as its own section, with commit/git commands restated) and includes two lengthy full example sessions that could be trimmed.

2 / 3

Actionability

Provides concrete, executable guidance throughout — MCP calls like `update_self_healing_fix({ shortLink, action: "APPLY" })`, commands like `nx apply-locally <shortLink>` and `pnpm nx run <taskId>`, and copy-paste Task() spawn templates with clearly marked placeholders.

3 / 3

Workflow Clarity

Multi-step process is explicitly sequenced (Main Loop Steps 1–4, Fix Available Decision Logic Steps 1–3b) with validation checkpoints ("Run failing tasks again to verify fix"), feedback loops ("If still failing → increment local_verify_count, loop back"), and a circuit breaker ("If >= 3 → exit with circuit breaker").

3 / 3

Progressive Disclosure

No bundle files exist and everything is inline in one ~445-line file; sections are well-organized, but at this length content such as the detailed decision logic and full example sessions could be split into one-level-deep reference files rather than kept inline.

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 high-quality description that concisely states concrete capabilities, gives natural trigger phrases, declares a prerequisite, and explicitly bounds the skill against adjacent skills. It uses third-person voice with no fluff or over-claims.

DimensionReasoningScore

Specificity

Lists multiple concrete, domain-specific actions — "Monitor Nx Cloud CI pipeline status" and "handle self-healing fixes automatically" — well above the vague anchor, matching the multiple-specific-actions anchor.

3 / 3

Completeness

Explicitly answers both what it does and when to use it via an explicit "Use when user says..." clause, plus a requirement ("Requires Nx Cloud connection").

3 / 3

Trigger Term Quality

Provides five natural phrases a user would actually say ("watch CI", "monitor pipeline", "check CI status", "fix CI failures", "self-heal CI"), giving good coverage of natural trigger terms.

3 / 3

Distinctiveness Conflict Risk

Clear Nx Cloud CI niche with distinct triggers and an explicit exclusion ("Do NOT use for local task execution (use nx-run-tasks) or general CI debugging outside Nx Cloud") making conflicts unlikely.

3 / 3

Total

12

/

12

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
tech-leads-club/agent-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.