Skip to main content
Run any Skill in Manus
with one click
Houseofmvps
GitHub creator profile

Houseofmvps

Repository-level view of 47 collected skills across 2 GitHub repositories.

skills collected
47
repositories
2
updated
2026-06-28
repository explorer

Repositories and representative skills

evals
software-quality-assurance-analysts-and-testers

Build a regression + eval harness for AI-written code and AI features. Generates characterization tests that lock current behavior before a refactor, scaffolds a Promptfoo eval suite for chatbots/RAG/classifiers, and wires it into the ship-gate. Use when the user wants evals, regression tests for AI code, to stop AI features drifting, or to test an LLM feature.

2026-06-28
security-audit
information-security-analysts

Run security audit โ€” dependency vulnerabilities, secret scanning, OWASP pattern detection, HTTP headers. Use when user wants to harden their project.

2026-06-28
a11y
web-and-digital-interface-designers

Accessibility audit + auto-fix (WCAG 2.2 A/AA). Scans built/static HTML for screen-reader, keyboard, and structure failures, fixes the deterministic ones, and escalates to a rendered scan for contrast and focus. Use when the user wants to check or improve accessibility, fix WCAG issues, or pass an a11y review.

2026-06-28
ship-gate
software-quality-assurance-analysts-and-testers

Turn the /ship scorecard into a blocking, config-as-code quality gate. Sets per-category score thresholds, hard-fails on leaked secrets or critical findings, and wires the gate into a pre-push hook and CI so nothing below the bar merges. Use when the user wants a merge gate, CI quality gate, pre-push check, or to enforce ship-readiness.

2026-06-28
canary
network-and-computer-systems-administrators

Post-deploy canary monitoring โ€” checks site health, detects regressions, monitors for errors after deployment. Use after deploying to verify production is healthy.

2026-06-13
code-review
software-quality-assurance-analysts-and-testers

Code review with principal-engineer-level depth. Reviews for correctness, performance, security, maintainability, and architecture. Use when completing tasks, reviewing PRs, or before merging.

2026-06-13
deploy
network-and-computer-systems-administrators

Pre-flight checks then deploy. Validates env vars, migrations, bundle size, runs /ship audit, then deploys via git push or platform CLI.

2026-06-13
dispatching-parallel-agents
computer-occupations-all-other

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

2026-06-13
Showing top 8 of 41 collected skills in this repository.
Showing 2 of 2 repositories
All repositories loaded