Enforces the TDD red–green–refactor cycle for Go development in AgentSafe. Use this rule when implementing any new feature, package, or function. It applies to all Go files in the project — always write the failing test first, then the minimal implementation to pass, then refactor.
Enforces the TDD red–green–refactor cycle for Go development in AgentSafe. Use this rule when implementing any new feature, package, or function. It applies to all Go files in the project — always write the failing test first, then the minimal implementation to pass, then refactor.
在 AgentSafe 的 Go 开发中强制执行 TDD 的红-绿-重构(red–green–refactor)周期。实现任何新功能、包或函数时使用。适用于项目中的所有 Go 文件 — 始终先编写失败的测试,然后编写使其通过的最小实现,最后重构。
Category: developer (开发工具) · Author: AgentSafe-AI · Version: @main · License: MIT
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer