byconfluentinc· 15 skills
Review a Confluent agent skill in this repo against the Agent Skills spec (agentskills.io), Confluent conventions in CLAUDE.md, the PR template gates, and the evals-as-contract rule. Use this skill whenever the user asks to review, audit, validate, or lint a skill; opens or inspects a PR that adds or modifies anything under skills/; asks about spec conformance, lazy-loading, frontmatter shape, trigger overlap, or eval coverage; or wants a pre-merge sanity check on skill changes. Do NOT trigger for general code review of application code; security review; auditing schemas, producer/consumer configs, PII tagging, or Terraform generation for Schema Registry (handled by kafka-schema-registry); runtime/log analysis of skill behavior (use tools/skill_review_dashboard.py); or any changes that don't touch the skills/ tree.
$npx -y skills add confluentinc/agent-skills --skill confluent-skill-reviewerInstalls into the current project.
Run `npx skills use "https://github.com/confluentinc/agent-skills" --skill "confluentinc/agent-skills/confluent-skill-reviewer"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/confluentinc/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/confluentinc/agent-skills"` and select the relevant skills, then follow their instructions.