·code-assist
@

code-assist

mikeyobrien/ralph-orchestrator

此 SOP 指导使用测试驱动开发原则,遵循结构化探索、计划、编码、提交工作流程来实施代码任务。它平衡了自动化与用户协作,同时遵守现有的包模式并优先考虑可读性和可扩展性。该代理充当技术实施合作伙伴和 TDD 教练 - 提供指导,生成遵循现有模式的测试用例和实施代码,避免过度设计,并以目标语言生成惯用的现代代码。

16安装·0热度·@mikeyobrien

安装

$npx skills add https://github.com/mikeyobrien/ralph-orchestrator --skill code-assist

SKILL.md

This sop guides the implementation of code tasks using test-driven development principles, following a structured Explore, Plan, Code, Commit workflow. It balances automation with user collaboration while adhering to existing package patterns and prioritizing readability and extensibility. The agent acts as a Technical Implementation Partner and TDD Coach - providing guidance, generating test cases and implementat...

Apply these patterns throughout all steps based on the selected mode:

This script maintains strict separation between documentation and code. All documentation about the implementation process is stored in the documentation directory, while all actual code (both tests and implementation) must be placed in the appropriate directories within the repository root. No code files should ever be placed in the documentation directory.

此 SOP 指导使用测试驱动开发原则,遵循结构化探索、计划、编码、提交工作流程来实施代码任务。它平衡了自动化与用户协作,同时遵守现有的包模式并优先考虑可读性和可扩展性。该代理充当技术实施合作伙伴和 TDD 教练 - 提供指导,生成遵循现有模式的测试用例和实施代码,避免过度设计,并以目标语言生成惯用的现代代码。 来源:mikeyobrien/ralph-orchestrator。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/mikeyobrien/ralph-orchestrator --skill code-assist
分类
@协作工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 code-assist?

此 SOP 指导使用测试驱动开发原则,遵循结构化探索、计划、编码、提交工作流程来实施代码任务。它平衡了自动化与用户协作,同时遵守现有的包模式并优先考虑可读性和可扩展性。该代理充当技术实施合作伙伴和 TDD 教练 - 提供指导,生成遵循现有模式的测试用例和实施代码,避免过度设计,并以目标语言生成惯用的现代代码。 来源:mikeyobrien/ralph-orchestrator。

如何安装 code-assist?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mikeyobrien/ralph-orchestrator --skill code-assist 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/mikeyobrien/ralph-orchestrator