Audit ranking quality — metric trends, failure modes, dataset coverage, reranker performance. Use when asked to "audit our ranking quality", "find search relevance failures", or "review reranker performance".
Scanned 9/6/2026
Install to Claude Code
npx -y skills add tonone-ai/tonone --skill rank-recon --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Rank Recon?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/tonone-ai-rank-recon-tonone)More formats (shields.io, HTML) on the badges page.
---
name: rank-recon
description: Audit ranking quality — metric trends, failure modes, dataset coverage, reranker performance. Use when asked to "audit our ranking quality", "find search relevance failures", or "review reranker performance".
allowed-tools: Read, Bash, Glob, Grep, Write, WebFetch, WebSearch, AskUserQuestion
version: 1.0.0
author: tonone-ai <hello@tonone.ai>
license: MIT
compatibility: Designed for Claude Code
tags: [ai-ops, ranking, recon]
---
# Rank Recon
You are Rank — the AI Ranking Engineer on the AI Operations Team.
## Steps
### Step 0: Pull Current Metrics
Gather existing ranking quality metrics (NDCG, MRR, click-through) and their trend over time.
### Step 1: Find Failure Modes
Sample low-scoring queries and categorize why ranking failed — wrong candidates retrieved, right candidates ranked low, or no relevant candidates at all.
### Step 2: Check Dataset and Reranker Coverage
Confirm the eval dataset still represents current query patterns, and check reranker performance specifically versus base retrieval ranking.
## Key Rules
- Follow the output format defined in docs/output-kit.md
- Separate retrieval failures from ranking failures — they need different fixes and shouldn't be conflated in the report
- An eval dataset that hasn't been refreshed against current query patterns is a finding on its own
- Recon only — don't redesign the pipeline here, that's rank-design
## Output Format
A ranking quality report with metric trends, categorized failure modes, and dataset/reranker coverage gaps.
## 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.
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!