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

codegen-bridge

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

已收集 skills
10
Stars
0
更新
2026-03-20
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

bulk-delegation
软件开发工程师

Use when batch-delegating multiple independent tasks to Codegen cloud agents in a single call. Uses codegen_bulk_create_runs for parallel execution. Best for plans where tasks have no inter-dependencies.

2026-03-20
debugging-failed-runs
软件质量保证分析师与测试员

Use when debugging failed, stuck, or misbehaving Codegen agent runs — systematic 4-phase approach. Triggers on agent run failures, timeouts, or unexpected results. Analogous to superpowers systematic-debugging but for cloud agents.

2026-03-20
reviewing-agent-output
软件质量保证分析师与测试员

Use when reviewing code and PRs created by Codegen agents — two-stage review process. Stage 1 checks spec compliance (did the agent do what was asked?). Stage 2 checks code quality (is the code good?). Triggers after agent runs complete.

2026-03-20
run-analytics
软件开发工程师

Use when analyzing Codegen agent run performance — interpret success rates, duration metrics, token usage, and trends via codegen_get_run_analytics. Best used after batch runs or for periodic performance review.

2026-03-20
prompt-crafting
软件开发工程师

Guide for writing effective prompts for Codegen cloud agents. Includes templates, anti-patterns, and optimization strategies. Auto-triggers when creating agent runs to ensure prompt quality.

2026-03-20
agent-monitoring
软件开发工程师

Monitor running Codegen agents — poll status, review logs, detect blockers, and surface progress. Triggered when codegen_get_run, codegen_get_logs, codegen_list_runs, or codegen_get_execution_context tools are invoked.

2026-03-20
codegen-delegation
软件开发工程师

Automatically delegate tasks to Codegen cloud agents when user requests code changes, implementations, or fixes that should run remotely. Triggered when codegen_create_run or codegen_start_execution tools are invoked. Includes prompt templates and quality checklist.

2026-03-20
executing-via-codegen
软件开发工程师

Use when executing implementation plans via Codegen cloud agents instead of locally. Delegates each task as a separate Codegen agent run, monitors progress, and handles blockers. Drop-in replacement for superpowers:executing-plans — works with the same plan format.

2026-03-20
using-codegen-bridge
软件开发工程师

Use when starting any conversation involving Codegen cloud agents — establishes skill map, decision tree, and integration with superpowers plugin

2026-03-20
pr-management
软件开发工程师

Manage pull requests created by Codegen agents — review status, edit state, ban/unban checks, and remove Codegen from PRs. Triggered when codegen_edit_pr, codegen_ban_run, codegen_unban_run, or codegen_remove_from_pr tools are invoked.

2026-02-21