discover

Run six parallel codebase scans and consolidate findings into a prioritized backlog.

5|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/RobinNorberg/oh-my-copilot --skill discover-robinnorberg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discover
Source: https://github.com/RobinNorberg/oh-my-copilot/tree/main/skills/discover
Command: npx skills add https://github.com/RobinNorberg/oh-my-copilot --skill discover-robinnorberg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spawn parallel specialist agents to scan the codebase and produce a prioritized improvement backlog. It surfaces actionable improvements that might otherwise go unnoticed.

Core Features & Use Cases

  • Parallel execution of six specialist scans (Security, Quality, Tests, Performance, Documentation, Architecture) to cover multiple quality dimensions in one pass.
  • Consolidation into a deduplicated, severity-prioritized backlog, written to .omcp/discover/backlog.md for tracking and action.
  • Ideal for onboarding new codebases, release readiness, and technical-debt prioritization to guide improvement work.

Quick Start

Invoke /discover in your codebase to generate the discovery backlog at .omcp/discover/backlog.md.

Frequently Asked Questions about discover

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

FAQPage Schema
How do I find technical debt and codebase improvements across multiple dimensions?

You can discover technical debt by running parallel specialist scans across security, quality, tests, performance, documentation, and architecture. This process consolidates findings into a deduplicated, severity-prioritized backlog at .omcp/discover/backlog.md.

What is the best way to assess an unfamiliar codebase for release readiness?

The best way to assess release readiness is to execute automated discovery scans that check multiple quality dimensions simultaneously. This surfaces actionable improvements and generates a scorable backlog to guide final stabilization work.

How do I generate a prioritized backlog for codebase security and performance issues?

Generating a prioritized backlog involves running parallel specialist scans that detect security and performance issues. The results are deduplicated and severity-sorted into a markdown file for tracking and planning improvements.

Can I use a single command to scan codebase quality, tests, and documentation?

Yes, you can scan codebase quality, tests, and documentation together using a single discovery command. It runs six specialist scans in parallel to cover all these dimensions in one pass and outputs the consolidated results.

Does the codebase discovery backlog support deduplication and severity sorting?

Yes, the codebase discovery backlog supports deduplication and severity sorting to ensure you only see unique, actionable improvements. Findings are consolidated and prioritized automatically before being written to the output file.