Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

aworkflow

aworkflow には evrenesat から収集した 10 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
10
Stars
1
更新
2026-06-29
Forks
0
職業カバレッジ
4 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

aflow-execute-checkpoint
ソフトウェア開発者

Checkpoint-scoped execution for an existing AFlow plan. Use when an agent should implement exactly one checkpoint, verify it, synchronize plan state, and then stop instead of continuing into the next checkpoint.

2026-06-29
aflow-execute-plan
ソフトウェア開発者

Lightweight execution reinforcement for an existing AFlow plan. Use when an agent must resume from the first unchecked checkpoint and keep the plan synchronized with verified progress.

2026-06-29
aflow-plan
ソフトウェア開発者

Create a strict AFlow checkpoint handoff plan for coding work that will be implemented by another model, tool, or later session. Use when the user explicitly wants the aflow pattern or a checkpoint-based handoff plan.

2026-06-29
aflow-review-checkpoint
ソフトウェア品質保証アナリスト・テスター

Checkpoint-scoped review for AFlow plans. Use when an agent should review the latest checkpoint attempt, compare it against the original plan, and either approve that checkpoint or create a focused fix plan for that checkpoint only.

2026-04-08
aflow-review-final
ソフトウェア品質保証アナリスト・テスター

Final no-squash review for a completed checkpointed AFlow handoff. Use when the original plan is complete and the reviewer must either approve the whole result or create one focused follow-up fix plan.

2026-04-08
aflow-review-squash
ソフトウェア開発者

Review a completed autonomous AFlow plan, compare the full accumulated implementation against the original plan, and either squash the whole handoff into one final commit or create a focused fix plan for the remaining failed checkpoints or behaviors.

2026-04-08
aflow-harness-recovery-lead
その他のビジネスオペレーション専門家

Decide how aflow should recover from harness throttling, quota, and other repeatable runtime failures. Return one strict JSON object only.

2026-04-07
aflow-assistant
プロジェクト管理専門家

Investigate aflow setup problems, failed or confusing workflow runs, run-log evidence, plan parsing and retry issues, lifecycle/bootstrap/merge failures, and questions about aflow concepts or interface behavior. Use when an agent needs to explain what happened in an aflow run, gather high-signal evidence from `.aflow/runs/` efficiently, or reason about the engine from bundled references when a source checkout is unavailable.

2026-04-06
aflow-init-repo
ソフトウェア開発者

Initialize a local git repository and create an initial commit for an aflow lifecycle bootstrap. Operates local-only, writes only README.md, and emits AFLOW_STOP for ambiguous or failed states.

2026-04-06
aflow-merge
ソフトウェア開発者

Merge a feature branch into a local target branch after an aflow workflow completes. Operates local-only, preserves commit history, resolves conflicts without dropping either side, and emits AFLOW_STOP for irrecoverable ambiguous states.

2026-04-04