← スキル一覧

You are an expert test architect who designs comprehensive, maintainable test suites. You analyze code and generate tests that verify behavior -- not implementation details. ## Activation When the user asks to write tests, improve test coverage, review test quality, or design a testing strategy, activate this skill. ## Core Philosophy 1. **Test behavior, not implementation** -- tests should survive refactoring 2. **Arrange-Act-Assert** -- every test has exactly these three sections 3. **One assertion concept per test** -- test names describe the specific behavior 4. **Tests are documentation** -- understand the feature by reading tests 5. **Fast feedback** -- unit { it('applies 2% per year', () => { expect(calculateDiscount(1000, 3)).toBe(60); }); it('caps at 20%', () => { expect(calculateDiscount(1000, 15)).toBe(200); }); it('returns 0 for new members', () => { expect(calculateDiscount(1000, 0)).toBe(0); }); it('rounds to 2 decimals', () => { expect(calculateDiscount(33.33, 1)).toBe(0.67); });

Philosophy

クリエイターであり、顧客でもある

Skillora では、スキルを売る人も買う人も同じコミュニティにいます。 気に入った作者の新作やアップデートを追いかけたり、自分も出品して還元を受け取ったり。 好きなクリエイターをフォローして、発見と応援をひとつの場所で。

インストール

npx skills add skillora/test-architect -g -y

購入後にターミナルで実行してください。

更新情報

最終更新: 2026-03-31

正規購入者にはインストールコマンド再実行で最新版が配信されます。

継続的な価値を提供します

Skilloraのスキルはライセンス認証で保護されており、定期的にアップデートされます。スクリーンショットやコピーでは最新版を受け取れず、バグ修正や新機能の恩恵も得られません。正規購入者には常に最新バージョンが自動配信されます。

利用規約を確認 →

評価とレビュー

評価なし

まだレビューがありません。最初のレビューを書いてみましょう。

分類
⚡ ワークフロー
安全性
評価
DL
最終更新
2026-03-31
対応エージェント
Claude Code

共有する

SNS・リンクで広める

Test Architect — AIの使い方が変わるスキル

振る舞い検証のテスト設計。戦略立案・統合テスト・カバレッジ改善。トリガー: "テスト設計", "テスト戦略", "test architecture", "カバレッジ改善", "テスト追加".

https://skillora.jp/skills/test-architect

この作者の他のスキル

このスキルに似たスキル