Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

agent-workflow

agent-workflow 收录了来自 jdelfino 的 10 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
10
Stars
9
更新
2026-05-17
Forks
1
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

coordinator
软件开发工程师

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

2026-05-17
implementer
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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

2026-05-13
reviewer-correctness
软件质量保证分析师与测试员

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
软件质量保证分析师与测试员

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

2026-05-13
test-runner
软件质量保证分析师与测试员

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
软件开发工程师

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

2026-03-18
reviewer-plan
软件开发工程师

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

2026-03-18
playwright-debugging
软件质量保证分析师与测试员

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

2026-02-24