Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问clear审计通过

tdd-cycle时差周期

Agent Skill

tdd-cycle 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

517

周安装

22

GitHub Stars

520

下载量

181
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:tdd-cycle(时差周期)
来源仓库:https://github.com/thibautbaissac/rails_ai_agents
仓库路径:skills/tdd-cycle
安装命令:
npx skills add https://github.com/thibautbaissac/rails_ai_agents --skill tdd-cycle
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/thibautbaissac/rails_ai_agents --skill tdd-cycle

简介

tdd-cycle 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在开发环境中进行项目协作管理。

  • 适用于围绕仓库状态、代码变更或协作事项进行信息整理。
  • 通过 npx skills add 命令从 GitHub 仓库安装使用。
  • 安装前需确认权限范围、维护状态及是否涉及联网、命令执行或文件读写。
  • 建议结合来源仓库和原始 README 进一步了解具体功能和限制。

SKILL.md

TDD Cycle Skill

Overview

Guides the Red-Green-Refactor TDD cycle: write a failing test describing desired behavior, implement the minimum code to pass it, then improve the code while keeping tests green. See references/testing-patterns.md for code examples, common patterns, and anti-patterns.

Test Type Selection

Test TypeUse ForLocation
Model specValidations, scopes, instance methodsspec/models/
Request specAPI endpoints, HTTP responsesspec/requests/
System specFull user flows with JavaScriptspec/system/
Service specBusiness logic, complex operationsspec/services/
Job specBackground job behaviorspec/jobs/

Workflow Steps

  1. Requirement Analysis -- Clarify expected input, output, edge cases, and error handling before writing code. Ask questions if requirements are ambiguous.
  2. Choose Test Type -- Pick the appropriate spec type from the table above based on what you are testing.
  3. Write Failing Spec (RED) -- Write a spec that describes the desired behavior. Follow the structure template in the references file.
  4. Verify Failure -- Run bundle exec rspec path/to/spec.rb --format documentation. The spec must fail with a clear message. If it passes immediately, either the behavior already exists or the spec is wrong.
  5. Implement Minimal Code (GREEN) -- Write the minimum code to make the spec pass. No optimization, no extra edge-case handling, no refactoring yet.
  6. Verify Pass -- Run the spec again. It must pass. If it fails, read the error, fix the implementation (not the spec unless it was wrong), and re-run.
  7. Refactor -- Improve the code one change at a time: extract methods, improve naming, remove duplication, simplify logic. Run specs after each change. Undo if specs fail.
  8. Final Verification -- Run all related specs. All must pass. If any fail, undo recent changes and try a different approach.

Good Spec Characteristics

  • One behavior per example: each it block tests one thing
  • Clear description: reads like a sentence with describe/context
  • Minimal setup: only create data needed for the specific test
  • Fast execution: prefer build over create, mock external services
  • Independent: tests do not depend on order or shared state

Refactoring Targets

  • Extract methods: long methods into smaller focused methods
  • Improve naming: unclear names into intention-revealing names
  • Remove duplication: repeated code into shared abstractions
  • Simplify logic: complex conditionals into cleaner patterns

Refactoring Rules

  1. Make ONE change at a time
  2. Run specs after EACH change
  3. If specs fail, undo and try a different approach
  4. Stop when code is clean -- do not over-engineer

Detailed Reference

For spec structure templates, common testing patterns (validations, associations, scopes, service objects), anti-patterns to avoid, and the workflow checklist, see: references/testing-patterns.md

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

30.49%
按下载量换算55

OpenCode

25.4%
按下载量换算46

Codex

16.87%
按下载量换算31

windsurf

12.37%
按下载量换算22

trae

8.06%
按下载量换算15

Antigravity

3.34%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills