ワンクリックで
rp-test
Identify untested functions by comparing source symbols with test symbols, then prepare context for writing missing tests.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Identify untested functions by comparing source symbols with test symbols, then prepare context for writing missing tests.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Gather relevant source files for a task, resolve their dependencies, and package everything into a structured context prompt.
Produce an architectural design and implementation plan based on task requirements, identifying scope, dependencies, impact, and a step-by-step rollout strategy.
Explore the codebase and export a structured context file (e.g., context.xml) for pasting into an external LLM like ChatGPT or Claude Web.
Trace execution paths from an error or bug report to find the root cause, gathering surrounding context (callers, imports, tests) along the way.
Analyze dependencies, callers, and coupling before refactoring, then produce a safe incremental refactoring plan.
Review recent code changes by gathering git diffs, identifying affected callers and tests, and analyzing for security, performance, and breaking changes.
| name | rp_test |
| description | Identify untested functions by comparing source symbols with test symbols, then prepare context for writing missing tests. |
Find coverage gaps by comparing source file symbols against existing test symbols, then package the source code and existing test patterns into context optimized for writing new tests.
get_symbols — extract functions/classes from source AND test filesget_related_tests — find existing test files for source filesbatch_codemap — scan module APIs to identify all testable targetsestimate_tokens — check budget before packagingbuild_prompt — package source + existing tests for test generation