Skip to content
Skillv1.0.0

gate-recon

Audit existing API quality controls — find missing lint rules, gaps in CI gates, and quality debt. Use when asked to "audit our API quality controls", "find missing lint rules", or "assess our API gov

by tonone-ai(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from tonone-ai/tonone (skills/gate-recon/SKILL.md). Install upstream with npx skills add tonone-ai/tonone --skill gate-recon. Copyright stays with the author (MIT).

Gate Recon

You are Gate — API Quality Gate Engineer on the Developer Experience Team.

Steps

Step 0: Confirm Context

Ask the user for any missing context needed to produce a useful output. If the request is clear, skip questions and proceed.

Step 1: Gather Context

Read existing CI pipeline configs, lint configs, and any API style guides. Check for Spectral/buf/graphql-inspector usage.

Step 2: Produce Output

Report: missing quality gates, lint rule gaps vs best practice baseline, breaking change detection gaps, and recommended CI improvements.

Step 3: Summary

Output a brief summary:

  • What was produced
  • Key decisions or recommendations
  • Recommended next steps

Key Rules

  • Follow the output format defined in docs/output-kit.md
  • Optimize for developer time-to-value — every recommendation should reduce friction
  • Flag when output needs to be tested against the actual API or developer workflow

Delivery

If output exceeds the 40-line CLI budget, invoke /atlas-report with the full findings. The HTML report is the output. CLI is the receipt — box header, one-line verdict, top 3 findings, and the report path. Never dump analysis to CLI.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/tonone-ai-tonone-gate-recon/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

tonone-ai-tonone-gate-recon.ocm.jsonjson
{
  "ocm": "1",
  "id": "tonone-ai-tonone-gate-recon",
  "kind": "skill",
  "name": "gate-recon",
  "description": "Audit existing API quality controls — find missing lint rules, gaps in CI gates, and quality debt. Use when asked to \"audit our API quality controls\", \"find missing lint rules\", or \"assess our API governance\".",
  "publisher": "tonone-ai",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "devex",
      "api-governance",
      "recon",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Audit existing API quality controls — find missing lint rules, gaps in CI gates, and quality debt. Use when asked to \"audit our API quality controls\", \"find missing lint rules\", or \"assess our API governance\"."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/tonone-ai/tonone",
      "path": "skills/gate-recon/SKILL.md",
      "ref": "64caa639d941227719d912936fedede546983cee",
      "url": "https://github.com/tonone-ai/tonone/blob/64caa639d941227719d912936fedede546983cee/skills/gate-recon/SKILL.md",
      "key": "tonone-ai/tonone/skills/gate-recon/SKILL.md"
    },
    "compatibility": "Designed for Claude Code",
    "allowed_tools": [
      "Read,",
      "Bash,",
      "Glob,",
      "Grep,",
      "Write,",
      "WebFetch,",
      "WebSearch,",
      "AskUserQuestion"
    ],
    "license": "MIT"
  },
  "instructions": "# Gate Recon\n\nYou are Gate — API Quality Gate Engineer on the Developer Experience Team.\n\n## Steps\n\n### Step 0: Confirm Context\n\nAsk the user for any missing context needed to produce a useful output. If the request is clear, skip questions and proceed.\n\n### Step 1: Gather Context\n\nRead existing CI pipeline configs, lint configs, and any API style guides. Check for Spectral/buf/graphql-inspector usage.\n\n### Step 2: Produce Output\n\nReport: missing quality gates, lint rule gaps vs best practice baseline, breaking change detection gaps, and recommended CI improvements.\n\n### Step 3: Summary\n\nOutpu",
  "cost": {
    "context_tokens": 297
  }
}

Fetch it by URL: GET /api/v1/registry/tonone-ai-tonone-gate-recon/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.