mbwsimsmbwsimsCommunity·20 Agent Skills Included

claude-universe

Systematic code review, testing, security, and architecture audits

Audits codebases across five domains: instruction quality, test coverage, security vulnerabilities, architecture risk, and code evolution over time. Generates real tests, STRIDE threat models, PR readiness reviews, and dependency impact analysis without manual code reading. Combines deterministic pattern scanning with guided reasoning to catch bugs, exploits, and drifting files before they become problems.
npx skills add mbwsims/claude-universe --all -g -y

All Skills in This Repository (20)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-universe?

Run `npx skills add mbwsims/claude-universe --all -g -y` in your terminal to install all 20 commands globally.

How to check if a PR is ready to merge?

Run the /orbit pr command to get a diff-aware readiness review covering security, test coverage, code quality, and rule conformance for only your changed files.

Can it write tests for my code automatically?

Yes. The /test command detects your test framework, analyzes the code's input space, and writes deep-assertion tests that catch real bugs, then runs them to verify.

How to find security vulnerabilities in my code?

Use /scan for project-wide vulnerability detection or /security-review for an attacker-minded exploitability review of specific files, including data flow tracing and concrete fixes.

Does claude-universe work without MCP servers?

Yes. Every command falls back to manual analysis using file reading and git history, though the bundled MCP servers add deterministic scoring and batch analysis for larger codebases.

Related Repositories in Software Engineering

View All in Software Engineering