repo-scanning

Featured

Internal process for the repo-scanner agent. Defines the step-by-step procedure for scanning GitHub repos for evidence that supports or explains bug clusters. Not user-invocable — loaded by the agent via its `skills: ["repo-scanning"]` frontmatter property.

AI & Automation 2,359 stars 334 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Repo Scanning Process Step-by-step procedure for scanning GitHub repos to gather corroborating evidence for bug clusters, assigning confidence tiers to each finding. ## Instructions ### Step 1: Select Repos For each cluster: 1. Look up repos from surface_repo_mapping using the cluster's product_surface 2. Cap at top 3 repos per cluster (hard limit — never scan more) 3. If no mapping exists, note it as a warning and skip ### Step 2: Search Issues For each repo, call `mcp__triage__search_issues` with the cluster's symptoms and error_strings: - Match error strings against open/recent issues - Assign evidence tier based on match confidence ### Step 3: Inspect Recent Commits Call `mcp__triage__inspect_recent_commits` for each repo: - 7-day window from current date - Filter by affected paths if known from the cluster's feature_area - Look for commits that touch relevant code paths ### Step 4: Inspect Code Paths Call `mcp__triage__inspect_code_paths` with the cluster's surface and feature_area: - Identify likely affected code paths - Check for recent changes or known fragile areas ### Step 5: Check Recent Deploys Call `mcp__triage__check_recent_deploys` for each repo: - Correlate deploy/release timing with cluster's first_seen timestamp - Recent deploy near first_seen is a stronger signal ### Step 6: Assign Evidence Tiers For each piece of evidence, assign a tier: | Tier | Name | Criteria | |------|------|----------| | 1 | Exact | issue_match at >=0.9 confidence | |...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category