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

agent-roles-spec

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

已收集 skills
71
Stars
17
更新
2026-06-23
Forks
2
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

bug-fix-prove-it
软件质量保证分析师与测试员

Fix bugs by reproducing the failure first, making the smallest correction, and proving the regression is covered. Use for bug reports, failing tests, and regressions.

2026-06-23
ci-failure-fix
软件质量保证分析师与测试员

Fix failing tests or CI by reading logs, identifying the smallest failing surface, making a minimal change, and rerunning targeted verification. Use when given CI logs, failing commands, or broken checks.

2026-06-23
code-context-scan
软件开发工程师

Scan relevant source, tests, commands, and existing project patterns before editing code. Use before non-trivial implementation, bug fixing, or refactoring when the right local pattern is unclear.

2026-06-23
fallback-discipline
软件开发工程师

Control error handling, defaults, retries, compatibility paths, and fallback behavior. Use before adding catch blocks, defaults, shims, optional values, retries, or graceful degradation.

2026-06-23
large-file-control
软件开发工程师

Prevent large-file growth and mixed-responsibility edits. Use when adding significant logic to a large file, mixed-purpose module, or file with repeated conditionals.

2026-06-23
minimal-implementation
软件开发工程师

Implement the smallest safe repo-native code change for the requested behavior. Use for feature work, small refactors, and multi-file implementation tasks.

2026-06-23
repo-style-following
软件开发工程师

Follow existing repository style, commands, naming, file layout, test patterns, dependency conventions, and code shape. Use when implementing in an unfamiliar repo or module.

2026-06-23
safe-dependency-change
软件开发工程师

Gate dependency additions, removals, upgrades, and lockfile changes. Use before changing dependencies, package managers, SDKs, generated lockfiles, or install commands.

2026-06-23
source-check-before-api-use
软件开发工程师

Check current official documentation before writing framework, library, CLI, or API code where version-specific correctness matters. Use when APIs are unfamiliar, recently changed, or user asks for current best practice.

2026-06-23
test-backed-change
软件质量保证分析师与测试员

Add or update behavior-focused tests for code changes and run appropriate verification. Use when behavior changes, logic is added, or existing behavior could regress.

2026-06-23
ccb-doc
软件开发工程师

Create or update project documentation according to CCB document routing rules. Use when Claude asks to write docs, route documents by the docs structure contract, or archive implementation details.

2026-06-23
ccb-execute
其他计算机职业

Execute CCB implementation, explore, or consult tasks from Claude based on spec/docs, validate the result, and return a compact receipt. Use when Claude sends a CCB task with execute/explore/consult mode.

2026-06-23
requirement-reanalyze
其他计算机职业

重新分析 Requirement 原文和已生成人读设计/任务文档,修正理解漂移。

2026-06-23
su-approve
其他计算机职业

记录用户对某个审查门、拆分草案或风险事项的明确批准。

2026-06-23
su-archive
其他计算机职业

在 review 通过后固化完成证据、风险和后续建议。

2026-06-23
su-batch
其他计算机职业

建立 autonomous-batch 授权范围和停止边界的指令入口。

2026-06-23
su-cancel
其他计算机职业

取消 Requirement 或子任务的大状态指令入口。

2026-06-23
su-defer
其他计算机职业

暂缓 Requirement 或子任务的大状态指令入口。

2026-06-23
su-dispatch
其他计算机职业

把已确认的子任务派给执行 agent 的指令入口。

2026-06-23
su-flow
其他计算机职业

CCB 主流程入口:按用户意图在 7 个节点中选择工作模式,推进需求分析、设计、拆分或后续执行。

2026-06-23
su-init
其他计算机职业

初始化项目级 CCB plugin 工作区,使 plugin 可脱离 Console 独立运行。

2026-06-23
su-materialize-requirement
其他计算机职业

将用户已审查通过的 Requirement breakdown draft 物化为子任务。

2026-06-23
su-plan
其他计算机职业

/ccb:su-flow 的 deprecated alias;保留到 v1.5 grace window。

2026-06-23
su-quick-archive
其他计算机职业

对低风险已通过审查事项执行快速归档,但仍保留证据和审计。

2026-06-23
su-reactivate
其他计算机职业

重新激活 cancelled/deferred 主体的大状态指令入口。

2026-06-23
su-reconcile
其他计算机职业

AI-native 自检 docs 人读真相源、.ccb 协调件与 Console 投影漂移,并按审批结果执行修复。

2026-06-23
su-resume
其他计算机职业

从 docs 人读真相源与 .ccb 协调件恢复 paused/deferred/in-progress 主体的上下文。

2026-06-23
su-review
软件质量保证分析师与测试员

审查执行回执、diff 和验证证据,决定通过、返工、replan 或升级用户。

2026-06-23
su-revise-breakdown
其他计算机职业

根据用户反馈重写 Requirement breakdown draft。

2026-06-23
su-status
其他计算机职业

从 docs 人读真相源与 .ccb 协调件读取当前项目、Requirement 或子任务状态。

2026-06-23
mobile-virtual-device-lab
软件开发工程师

Plan, install, boot, control, inspect, reset, and clean up Android emulators, Android Virtual Devices, iOS Simulators, Expo Orbit, React Native, Expo, and Flutter virtual-device workflows with explicit host approval.

2026-06-18
archi-tooling
软件开发工程师

Manage and diagnose the CCB adapter's optional npm Archi CLI, bundled Hippo/llmgateway capabilities, and role tool readiness.

2026-06-18
archi-advice
软件开发工程师

Produce architecture improvement advice from architecture evidence and source inspection.

2026-06-18
archi-diff
软件开发工程师

Review current changes for architecture risk, boundary pressure, coupling, duplication, and maintainability impact.

2026-06-18
archi-evidence-map
软件开发工程师

Select architecture and code-review evidence sources before an archi review. Use when the user asks which tools to use, wants less dependence on Architec, needs architecture/code review readiness, or needs a review plan across direct source reading, project-native checks, dependency analysis, SAST, and architecture fitness tools.

2026-06-18
archi-full
软件开发工程师

Run or read full-project architecture analysis and summarize structural weaknesses, hotspots, and maintainability risks.

2026-06-18
archi-goal
软件开发工程师

Produce goal-driven architecture guidance for a specific boundary, refactor, subsystem, or maintainability objective.

2026-06-18
code-review-and-quality
软件质量保证分析师与测试员

Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.

2026-06-18
improve-codebase-architecture
软件开发工程师

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

2026-06-18
receiving-code-review
软件质量保证分析师与测试员

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

2026-06-18
当前展示该仓库 Top 40 / 71 个已收集 skills。