orbit

Audit codebases for security, tests, code quality, evolution, and instruction violations.

71|7|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/mbwsims/claude-universe --skill orbit-mbwsims
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orbit
Source: https://github.com/mbwsims/claude-universe/tree/main/skills/orbit
Command: npx skills add https://github.com/mbwsims/claude-universe --skill orbit-mbwsims

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orbit provides a fast, consistent way to assess repository health by combining security scans, test analysis, codebase inspection, temporal evolution checks, and instruction linting into a single synthesized dashboard so reviewers and maintainers can understand risk and readiness without running multiple ad-hoc tools.

Core Features & Use Cases

  • Unified dashboard: Runs parallel status and analysis tools across security, tests, code, evolution, and instructions and synthesizes cross-cutting observations.
  • PR readiness checks: Diff-scoped PR mode that runs targeted MCP scans, maps missing tests, and produces a readiness table with file- and line-level findings.
  • Multi-mode operation: Quick glance (status-only), Standard orchestrated dashboard, and Deep parallel agent audits for comprehensive investigations.
  • Resilient execution: Dispatches an orchestrator subagent for fresh tool manifests and falls back to inline MCP/native analysis when agents or tools are unavailable.

Quick Start

Run /orbit in a Claude Code session to generate a standard-mode dashboard covering security, tests, code quality, evolution, and instructions.

Frequently Asked Questions about orbit

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

FAQPage Schema
How do I run a comprehensive security and code quality audit on my repository?

A comprehensive codebase audit dispatches parallel agents and MCP tools to detect security vulnerabilities, test gaps, code quality issues, and evolutionary drift, synthesizing the results into a unified project health dashboard.

Can I scope a code review to only analyze the changes in a pull request?

Yes, diff-scoped PR readiness checks analyze only the changed files. The audit runs targeted MCP scans, maps missing tests, and produces a readiness table with file- and line-level findings.

What is the best way to identify missing tests and security vulnerabilities before merging code?

Running a pre-merge readiness check maps missing tests and detects security vulnerabilities within the pull request diff, providing a synthesized table of file- and line-level findings to assess merge risk.

How does a multi-agent code audit handle tool failures or unavailable MCP tools?

Resilient execution dispatches an orchestrator subagent for fresh tool manifests, falling back to inline MCP and native analysis to complete the audit when agents or tools are unavailable.

Does this codebase health check require external dependencies or specific environment setup?

No external dependencies are required. The skill dispatches parallel MCP tools and agents, utilizing an orchestrator subagent to verify available tools before falling back to inline native analysis.

When should I use a deep parallel agent audit instead of a quick status glance?

Use a deep parallel agent audit for comprehensive investigations across security, tests, code, evolution, and instructions. A quick status glance is sufficient for a high-level, status-only overview of repository health.