Skip to main content
Colin4k1024
GitHub 创作者资料

Colin4k1024

按仓库查看 8 个 GitHub 仓库中的 110 个已收集 skills。

已收集 skills
110
仓库
8
更新
2026年8月11日
仓库浏览

仓库与代表性 skills

browser-qa
软件质量保证分析师与测试员

自动化视觉测试与 UI 交互验证。部署功能后使用浏览器自动化验证关键页面、核心路径和发布前回归。 当任务需要真实浏览器验证渲染、导航、交互或前端上线风险时使用。

2026年8月7日
open-design
网页与数字界面设计师

Use Open Design as an external local-first design workbench for prototypes, decks, mobile screens, dashboards, DESIGN.md systems, and exportable visual artifacts. Keep TSP responsible for team workflow, handoff, and quality gates.

2026年8月7日
devops-engineer
网络与计算机系统管理员

作为 Team Skills Platform 中的 DevOps Engineer(运维工程师),负责环境变更、发布执行、监控、回滚与运行保障。 当用户明确点名该角色,或当前任务需要该角色承担主责时使用。

2026年8月7日
frontend-engineer
网页开发工程师

作为 Team Skills Platform 中的 Frontend Engineer(前端开发),负责前端页面、交互、状态流与前端接口接入的实现和自测。 当用户明确点名该角色,或当前任务需要该角色承担主责时使用。

2026年8月7日
qa-engineer
软件质量保证分析师与测试员

作为 Team Skills Platform 中的 QA Engineer(测试工程师),负责测试计划、回归验证、质量评估与放行建议,确保交付满足验收标准。 当用户明确点名该角色,或当前任务需要该角色承担主责时使用。

2026年8月7日
tech-lead
软件开发工程师

作为 Team Skills Platform 中的 Tech Lead(技术负责人),负责需求 intake、任务拆解、角色分派、冲突决策与最终交付收口。 当用户明确点名该角色,或当前任务需要该角色承担主责时使用。

2026年8月7日
goframe-v2
软件开发工程师

GoFrame development skill. TRIGGER when writing/modifying Go files, implementing services, creating APIs, or database operations. DO NOT TRIGGER for frontend/shell scripts.

2026年7月30日
pua
软件开发工程师

强化高能动性和高压闭环执行的行为技能。适用于连续失败、原地打转、空口完成、 把问题甩给用户、没搜就猜、修完就停等场景,也支持手动通过 /pua 进入核心模式。

2026年7月30日
已展示 8 / 70 个已收集 Skill。
brainstorming
项目管理专家

Refines rough ideas through Socratic questioning, explores alternatives, presents design in digestible chunks for validation. Activates before writing any code or making major decisions.

2026年3月26日
dispatching-parallel-agents
软件开发工程师

Manages concurrent subagent workflows with task distribution, progress tracking, and result aggregation. Use when multiple independent tasks can run simultaneously.

2026年3月26日
executing-plans
软件开发工程师

Executes implementation plans task-by-task with two-stage review (spec compliance, then code quality). Enforces TDD cycle: RED-GREEN-REFACTOR. Activates when user says 'go' or approves plan.

2026年3月26日
finishing-a-development-branch
软件质量保证分析师与测试员

Verifies completed work, runs tests, presents merge/PR options, and cleans up worktrees. Activates when all implementation tasks are complete.

2026年3月26日
receiving-code-review
软件质量保证分析师与测试员

Responds to code review feedback constructively, implements fixes, and communicates progress. Handles feedback professionally and improves code quality.

2026年3月26日
requesting-code-review
软件质量保证分析师与测试员

Reviews code against plan for correctness, bugs, security issues, and adherence to standards. Reports issues by severity. Activates between tasks or before merging.

2026年3月26日
subagent-driven-development
软件开发工程师

Dispatches parallel subagents for concurrent task execution with two-stage review (spec compliance + code quality). Activates for large plans (10+ tasks) to maximize throughput.

2026年3月26日
systematic-debugging
软件开发工程师

Applies 4-phase root cause analysis: gather data, form hypothesis, test hypothesis, solve and verify. Includes root-cause-tracing, defense-in-depth, and condition-based-waiting techniques. Activates for any bug.

2026年3月26日
已展示 8 / 13 个已收集 Skill。
eino-adk-tool-middleware
软件开发工程师

Eino ADK WrapInvokableToolCall middleware pattern for intercepting all tool calls. TRIGGER when: implementing tool-level middleware (sandbox, logging, auth, metrics) in this project's Eino ADK agents. DO NOT TRIGGER when: working with agent-level middleware…

2026年6月28日
a2ui-streaming
网页开发工程师

Reference for the A2UI SSE streaming protocol used by Superagent agents to push typed events to the frontend. TRIGGER when: implementing a new event type, debugging streaming output, writing frontend SSE consumers, or when the user asks "how does streaming…

2026年5月20日
agent-yaml-authoring
软件开发工程师

Author and validate Superagent declarative YAML agent definitions (apiVersion: superagent/v1, kind: Agent). TRIGGER when: creating a new agent, editing configs/agents/*.yaml, reviewing agent spec fields, or when the user asks "how do I define an agent",…

2026年5月20日
code-fix
软件开发工程师

Analyzes code errors, generates fix solutions, evaluates and applies fixes. Use when fixing test failures, compilation errors, runtime exceptions, "编码修复", "code fix", "fix this error", or when the user asks to debug and fix code issues.

2026年5月20日
interrupt-resume
软件开发工程师

Implement and debug agent interrupt/resume (human-in-the-loop checkpointing) in Superagent. TRIGGER when: enabling interrupt on an agent, implementing resume API, debugging "checkpoint not found" errors, adding human approval steps, or when the user asks…

2026年5月20日
mcp-integration
软件开发工程师

Patterns for integrating MCP (Model Context Protocol) servers and tools into Superagent agents. TRIGGER when: wiring an MCP server into an agent YAML, implementing a new MCP client/server, debugging "mcp tool not found" errors, or when the user asks "how do I…

2026年5月20日
model-routing
软件开发工程师

Guide for configuring and debugging the model routing layer in Superagent. TRIGGER when: adding a new model provider, configuring fallback chains, tuning cost/latency routing strategy, debugging "model not found" errors, or when the user asks "how does model…

2026年5月20日
multi-agent-orchestration
软件开发工程师

Design multi-agent systems using Superagent's supervisor, sequential, and parallel agent types. TRIGGER when: building orchestration agents, routing tasks between sub-agents, designing fan-out/fan-in pipelines, or when the user asks "multi-agent 怎么设计",…

2026年5月20日
已展示 8 / 11 个已收集 Skill。
已展示 8 / 9 个已收集 Skill。
已展示 8 / 8 个仓库
已展示全部仓库