discovery

Detect and verify codebase issues with automated probes and confidence scoring.

50|7|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Kanevry/session-orchestrator --skill discovery-kanevry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discovery
Source: https://github.com/Kanevry/session-orchestrator/tree/main/skills/discovery
Command: npx skills add https://github.com/Kanevry/session-orchestrator --skill discovery-kanevry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The discovery skill systematically finds, verifies, and surfaces quality and security issues across a codebase so teams can prioritize and remediate real problems instead of chasing false positives.

Core Features & Use Cases

  • Stack-aware probes: Automatically detects project stack markers (JS/TS, Python, Docker, CI, UI frameworks, Pencil designs) and activates relevant probes.
  • Evidence-first verification: Runs grep/CLI probes, re-reads reported file locations to confirm findings, assigns confidence scores, deduplicates, and filters by severity and confidence.
  • Interactive triage & issue creation: Presents verified findings for interactive user triage, then formats and optionally creates VCS issues with appropriate labels and templates.
  • Use Case: Run a full repository audit to identify hardcoded secrets, dependency vulnerabilities, test gaps, accessibility issues, and session-plan hallucinations, then create prioritized issues for the team.

Quick Start

Run discovery in standalone mode to scan the repository, interactively triage verified findings, and optionally create VCS issues.

Frequently Asked Questions about discovery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically detect hardcoded secrets and dependency vulnerabilities in my repository?

You can automatically detect hardcoded secrets and dependency vulnerabilities by running automated discovery probes. The skill detects project stack markers, executes parallel probes, verifies findings by re-reading reported file locations, and assigns confidence scores to filter results by severity.

What is the best way to triage code quality regressions and create VCS issues?

The best way to triage code quality regressions is through interactive triage of verified findings. After automated probes execute and deduplicate results, the skill formats and optionally creates VCS issues with appropriate labels and templates for team remediation.

Does automated codebase discovery work with JavaScript, Python, and Docker stacks?

Yes, automated codebase discovery works with JavaScript, TypeScript, Python, Docker, CI, and UI frameworks. It automatically detects project stack markers and activates relevant probes to surface findings like test gaps, accessibility issues, and design drift across those environments.

How does evidence-first verification work for security findings in a codebase?

Evidence-first verification for security findings works by running grep and CLI probes, then re-reading reported file locations to confirm the issues. This process assigns confidence scores, deduplicates results, and filters by configured thresholds to reduce false positives during triage.

Can I filter automated discovery findings by severity and confidence thresholds?

Yes, you can filter automated discovery findings by severity and confidence thresholds. The skill respects configured thresholds and bootstrap gates during probe execution, ensuring only verified findings with sufficient confidence scores surface for interactive triage and optional VCS issue creation.

What types of issues can automated probes surface across code, infra, and UI scopes?

Automated probes surface issues across code, infra, UI, architecture, and session scopes. Findings include hardcoded secrets, dependency vulnerabilities, test gaps, accessibility issues, and design drift, all verified through stack-aware detection and evidence-first confirmation.