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

agent-roles-spec

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

skills collectés
71
Stars
17
mis à jour
2026-06-23
Forks
2
Couverture métier
4 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

bug-fix-prove-it
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Autres occupations informatiques

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
Autres occupations informatiques

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

2026-06-23
su-approve
Autres occupations informatiques

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

2026-06-23
su-archive
Autres occupations informatiques

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

2026-06-23
su-batch
Autres occupations informatiques

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

2026-06-23
su-cancel
Autres occupations informatiques

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

2026-06-23
su-defer
Autres occupations informatiques

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

2026-06-23
su-dispatch
Autres occupations informatiques

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

2026-06-23
su-flow
Autres occupations informatiques

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

2026-06-23
su-init
Autres occupations informatiques

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

2026-06-23
su-materialize-requirement
Autres occupations informatiques

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

2026-06-23
su-plan
Autres occupations informatiques

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

2026-06-23
su-quick-archive
Autres occupations informatiques

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

2026-06-23
su-reactivate
Autres occupations informatiques

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

2026-06-23
su-reconcile
Autres occupations informatiques

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

2026-06-23
su-resume
Autres occupations informatiques

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

2026-06-23
su-review
Analystes en assurance qualité des logiciels et testeurs

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

2026-06-23
su-revise-breakdown
Autres occupations informatiques

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

2026-06-23
su-status
Autres occupations informatiques

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

2026-06-23
mobile-virtual-device-lab
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-06-18
archi-advice
Développeurs de logiciels

Produce architecture improvement advice from architecture evidence and source inspection.

2026-06-18
archi-diff
Développeurs de logiciels

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

2026-06-18
archi-evidence-map
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-06-18
archi-goal
Développeurs de logiciels

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

2026-06-18
code-review-and-quality
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Affichage des 40 principaux skills collectés sur 71 dans ce dépôt.