Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

agent-workflow

agent-workflow contient 10 skills collectées depuis jdelfino, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
10
Stars
9
mis à jour
2026-05-17
Forks
1
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

coordinator
Développeurs de logiciels

Single entry point for all implementation work. Triages tasks, manages beads issues, delegates to implementer skill, runs reviewers, creates PRs.

2026-05-17
implementer
Développeurs de logiciels

Pure development workflow with test-first development and coverage review. Used by coordinator as a subagent. Never manages beads issues or commits.

2026-05-17
rebase
Développeurs de logiciels

Resolves rebase conflicts by gathering full context from beads issues, git diffs, and surrounding code. Invoked by coordinator and merge-queue after a fast-path rebase fails.

2026-05-17
planner
Développeurs de logiciels

Collaboratively plan epics by exploring the codebase, discussing tradeoffs, filing issues, and running plan review. Invoked via /plan.

2026-05-13
reviewer-correctness
Analystes en assurance qualité des logiciels et testeurs

Review PR diff for bugs, error handling gaps, security issues, and API contract mismatches. Spawned by coordinator before PR creation.

2026-05-13
reviewer-tests
Analystes en assurance qualité des logiciels et testeurs

Review PR test quality — meaningful coverage, edge cases, integration tests, and test accuracy. Spawned by coordinator before PR creation.

2026-05-13
test-runner
Analystes en assurance qualité des logiciels et testeurs

Lightweight sub-agent that runs quality gates and returns a concise pass/fail result. Used by implementer and coordinator to preserve context.

2026-05-13
merge-queue
Développeurs de logiciels

Process open PRs — merge when CI passes, handle rebases, file issues for failures. Run in a dedicated window.

2026-03-18
reviewer-plan
Développeurs de logiciels

Review filed implementation plans for architectural issues, duplication risks, and completeness. Spawned by planner as a subagent.

2026-03-18
playwright-debugging
Analystes en assurance qualité des logiciels et testeurs

Guide for writing, running, and debugging Playwright E2E tests.

2026-02-24