بنقرة واحدة
test
Write comprehensive and exhaustive tests that address gaps in code coverage.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Write comprehensive and exhaustive tests that address gaps in code coverage.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Atomic execution for the project framework. Executes exactly one atomic task from `PLAN.md`.
Comprehensive Execution for the `SPAE` framework. Executes all tasks from `PLAN.md` sequentially in one invocation.
Optimization & Verification for the `SPAE` framework. Performs gap analysis on `PLAN.md`.
Orchestrate SPAE subagents sequentially through the structured workflow and lifecycle.
Task Decomposition for the `SPAE` framework. Decomposes `SPEC.md` into a `DAG` of atomic tasks in `PLAN.md`.
Orchestrate SPAE subagents sequentially through the spec, plan, and inspect phases of the structured workflow.
| name | test |
| description | Write comprehensive and exhaustive tests that address gaps in code coverage. |
| user-invocable | true |
| argument-hint | [optional: file path, module, or focus area] |
Determine scope from the first available source:
Abort if no scope exists.
Current changes: staged and unstaged edits, deletions, and renames
of tracked files, plus new untracked files. Requires a versioned
project. Abort with a clear message if none detected.
See references/testing-guide.md for test structure, isolation,
mocking, assertion, and performance standards.
See references/shell-command-guide.md for command safety, timeouts,
redirects, and non-interactive environment directives.
Target only methods and functions with business logic, state
transitions, or error handling. Exclude: trivial getters/setters,
POJOs, generated code, framework boilerplate, and any method where
every path delegates trivially, accesses a field, or returns a computed
value with no state change, resource interaction, or error-propagation
decision.
references/testing-guide.md and
references/shell-command-guide.md. Inspect production code,
adjacent tests, and coverage commands. List every gap across all four
categories per behavioral-surface target.
Result: No Gaps and
halt.references/testing-guide.md; fix any violation before proceeding.ACT, execute, then re-enter
VERIFY.DRY and SOLID software principles.tsconfig.json, .eslintrc.*, webpack.config.*, vite.config.*,
jest.config.*, Makefile, pyproject.toml, Cargo.toml.@ts-ignore, eslint-disable, @SuppressWarnings, # type: ignore.as any,
! non-null assertions, or broadening union types.references/testing-guide.md.### Execution Summary
- **Actions**:
- [Terse list of actions taken]
- **Files**:
- [Terse list of modified or created files]
- **Findings**:
- [Terse list of key gaps, risks, or notable observations]
- **Summary**:
- [Terse list of summary of changes]
> **Coverage Status** • `[scope]`
> **Result**: [Improved | No Gaps | Failed]
> **Impact**: [Terse impact statement]