·test-sync
</>

test-sync

jmagly/ai-writing-guide

孤立したテスト、古いアサーション、およびテストコードの不整合を検出します。テスト スイートのメンテナンス、クリーンアップ、およびトレーサビリティの検証に使用します。タスクに関連する場合に使用します。

1インストール·0トレンド·@jmagly

インストール

$npx skills add https://github.com/jmagly/ai-writing-guide --skill test-sync

SKILL.md

Maintain alignment between test files and source code. Detect orphaned tests (code deleted but tests remain), missing tests, and implementation-coupled tests. Based on UTRefactor research showing automated test maintenance can achieve 89% smell reduction.

| Test Refactoring | UTRefactor (ACM 2024) | 89% smell reduction | | Test Smells | Meszaros (2007) | "xUnit Test Patterns" | | Test-Code Traceability | IEEE TSE | Test maintenance research |

| "Find orphaned tests" | Detect tests for deleted code | | "Sync tests with code" | Full alignment analysis | | "Are my tests up to date?" | Test-code sync check | | "Clean up test suite" | Find removable tests | | "Test coverage gaps" | Find missing tests |

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/jmagly/ai-writing-guide --skill test-sync
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

test-sync とは?

孤立したテスト、古いアサーション、およびテストコードの不整合を検出します。テスト スイートのメンテナンス、クリーンアップ、およびトレーサビリティの検証に使用します。タスクに関連する場合に使用します。 ソース: jmagly/ai-writing-guide。

test-sync のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/jmagly/ai-writing-guide --skill test-sync インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/jmagly/ai-writing-guide