Skip to main content
Run any Skill in Manus
with one click
GitHub repository

codebase-harness

codebase-harness contains 4 collected skills from JayZeeDesign, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
4
Stars
26
updated
2026-06-07
Forks
6
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

setup-codebase-harness
software-developers

Master skill — set up the full agent harness for any repo so an agent can work it reliably: legible (map-not-manual docs + custom lints), executable (one-command dev stack), verifiable (e2e gate + a verify-before-ship loop), plus commit hygiene and entropy control. Use when onboarding a new/unfamiliar codebase to agent-driven development — "set up the harness", "make this repo agent-ready", "harness this codebase".

2026-06-07
dev-local-setup
software-developers

Scaffold a one-command `dev-local` launcher for ANY codebase. Investigates the repo to find its services, ports, and infra dependencies, then generates a single `scripts/dev-local.sh` (up/down/status/logs/restart) that runs every dev server in one tmux session, plus a short skill doc describing it. Use when someone says "set up dev-local", "make a one-command dev launcher", "I want one script to start this repo", "scaffold dev-local for this project".

2026-06-07
e2e-setup
software-quality-assurance-analysts-and-testers

Set up an end-to-end test suite in any repo, following practices that make e2e a reliable per-PR gate: real flows over bypass, layered assertions, a reusable auth/session helper, video+trace evidence, and a compounding suite. Use when a repo has no e2e (or weak e2e) and you want system-level tests — "set up e2e", "add end-to-end tests", "scaffold a test gate".

2026-06-07
pr
software-developers

Prove the feature you just built actually works — a fresh verifier sub-agent drives the real app — then open a pull request with the proof. Use when a change is ready to ship in any repo — "open a PR", "ship this", "raise a PR", "/pr". Never opens a PR until the feature is verified.

2026-06-07