simplify
79最近変更したコードを簡素化
コード変更では、重複したロジック、一貫性のないスタイル、わかりにくい構造が残りがちです。このスキルは最近変更されたコードをレビューし、動作を維持しながら明確さを高めるように洗練します。
Build Software with Test-Driven Development
Feature work often produces fragile tests that mirror implementation details. This skill guides focused red-green-refactor cycles around observable behavior and public interfaces.
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "tdd" from https://skillstore.io/skills/brianlovin-tdd.md and its manifest at https://skillstore.io/api/skills/brianlovin-tdd/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
「tdd」を使用しています。 Add coupon support to checkout using TDD.
期待される結果:
「tdd」を使用しています。 Fix duplicate welcome emails after user registration.
期待される結果:
「tdd」を使用しています。 Review tests that mock every service method.
期待される結果:
The suite is coupled to call structure. Keep mocks at external boundaries and verify results through the module's public interface.
All 21 static alerts are false positives caused by inert Markdown examples, code fences, template literals, or unrelated prose. No executable scripts, malicious intent, credential exposure, prompt injection, or unauthorized network behavior were found.
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
https://skillstore.io/skills/brianlovin-tdd/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/brianlovin-tdd?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/brianlovin-tdd?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/brianlovin-tdd/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/brianlovin-tdd.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>brianlovin. (2026). tdd security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/brianlovin-tdd/audits/1@techreport{brianlovin-brianlovin-tdd-2026,
author = {brianlovin},
title = {tdd security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/brianlovin-tdd/audits/1},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "tdd security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "brianlovin"
date-released: "2026-08-21"
url: "https://skillstore.io/skills/brianlovin-tdd/audits/1"
identifiers:
- type: other
value: "skillstore:brianlovin-tdd:audit:1"
description: "Skillstore immutable audit report identifier"
各作者のスキルは個別のインストール項目として維持されます。推奨バリアントは Skillstore の証拠で順位付けされます。
このバリアントが首位の理由
Turn a requested capability into small behavior slices, then implement each slice through a red-green-refactor cycle.
Reproduce a reported defect with a failing public-interface test before applying the smallest effective correction.
Replace brittle implementation-detail tests with durable checks of observable behavior and system boundaries.
Use TDD to add [feature]. First identify the public interface and the single most important observable behavior.
Fix [bug] with TDD. Reproduce it through the public interface, make the test fail, then implement the minimal correction.
Review tests for [module]. Identify implementation coupling, unnecessary internal mocks, and missing behavior coverage. Propose focused replacements in priority order.
Design a testable interface for [capability]. Minimize surface area, inject external dependencies, define behavior slices, and plan incremental red-green-refactor cycles.
作成者
brianlovinライセンス
MIT
Skillstore リビジョン
r1
バージョンに関する注意
作者はバージョンを宣言していません。
リポジトリ
https://github.com/brianlovin/agent-config/tree/1a9819ebf3fee811150fc76cbe177ea4e5f747ff/skills/tdd参照
6b4c2c37d714f625bf5f1482f739feeb23554773
メンテナンスの新しさ
2026/8/21
利用状況
0 ダウンロード · 0 閲覧
ファイル構成
最近変更したコードを簡素化
コード変更では、重複したロジック、一貫性のないスタイル、わかりにくい構造が残りがちです。このスキルは最近変更されたコードをレビューし、動作を維持しながら明確さを高めるように洗練します。
Audit React Codebase Health
React projects can hide security, performance, correctness, and architecture problems. This skill runs React Doctor and guides prioritized fixes using reported diagnostics.
Build Faster With Bun
Developers often maintain separate Node.js tools, scripts, and configuration for common workflows. This skill maps those workflows to Bun and explains Bun APIs for faster application development.
Review UI Accessibility and Visual Design
Interface reviews can miss accessibility barriers and inconsistent visual details. Rams checks component code against focused WCAG and design criteria with prioritized fixes.
Orchestrate Complex Coding Workflows
Complex coding tasks can lose structure across planning, implementation, and verification. This skill guides Claude, Codex, and Claude Code through a disciplined workflow.
Refactor CLAUDE.md Project Guidance
Long project instructions can hide important guidance and verification steps. This skill restructures them into concise root guidance and focused rule files.
コードベースのエントロピーを削減する
作成者 softaworks
コードベースは、多くの場合、各変更が取り除く構造よりも多くの構造を追加するため、肥大化します。このスキルは、Claude、Codex、Claude Code に、より小さな最終設計のための削除優先のレビュー手法を提供します。
クリーンコードレビューでコード品質を向上させる
作成者 sickn33
雑然としたコードは、レビュー、リファクタリング、機能開発を遅らせます。このスキルは、Claude、Codex、Claude Code に実践的な Clean Code チェックを案内します。
テスト駆動開発を実践する
作成者 sickn33
開発者はしばしばテストを省略したり、実装後にテストを書いたりします。このスキルは、Claude、Codex、Claude Code がレッド・グリーン・リファクターの規律に従って進められるように導きます。
テスト駆動開発を実践する
作成者 DMJGilbert
AIコーディングエージェントは、期待される動作をテストで証明する前に実装コードを書いてしまうことがよくあります。このスキルは、より安全な機能開発、バグ修正、リファクタリングのために、red、green、refactorのワークフローを徹底します。
コードパターンとアーキテクチャを分析
作成者 C0ntr0lledCha0s
大規模なコードベースには、繰り返し現れる構造や不明瞭なアーキテクチャ上の選択が隠れています。このスキルはパターンを見つけ、その意図を説明し、実用的なリファクタリングの機会を明らかにします。
AST構造でコードを検索
作成者 0xDarkMatter
テキスト検索では意味的な関係を見逃し、ノイズの多い一致結果が生じます。このスキルはast-grepパターンを使用してコード構造を特定し、対象を絞ったリファクタリングを準備します。