Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

codebase-harness

يحتوي codebase-harness على 4 من skills المجمعة من JayZeeDesign، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
4
Stars
26
محدث
2026-06-07
Forks
6
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

setup-codebase-harness
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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