microsoft/pr-integration-test
Design, implement, and validate Intelligent Terminal integration tests for a target pull request or regression. Use when asked to add PR integration tests, convert a bug fix into E2E coverage, prove existing behavior still works, map tests to the release checklist, or verify E2E reports mark checklist cases complete.
npx skills add https://github.com/microsoft/intelligent-terminal --skill pr-integration-test
Turn a target PR into durable, behavior-focused integration coverage that proves
the fixed path, protects existing behavior, and updates the generated release
checklist.
doc/release-check-list.md and make report scripts check the new rows.than only its implementation details.
test/e2e/README.md and reuse the ItE2E framework instead of creating aparallel harness.
pwsh -File test/e2e/bootstrap.ps1 -Check before live E2E validation.Follow workflow.md. Track the phases with a TODO
list.
analyze PR -> reconstruct behavior -> audit coverage -> design matrix -> write ItE2E -> wire checklist -> validate -> deliver
For every proposed case, record:
| Field | Required answer |
|-------|-----------------|
| Contract | What user-visible behavior must remain true? |
| Trigger | What exact action or input exercises it? |
| Boundary | Which real component handoff does this test add beyond unit tests? |
| Oracle | What deterministic observable proves success or suppression? |
| Negative control | What similar input must not trigger the behavior? |
| Existing protection | Which existing tests protect old behavior and must still run? |
| Checklist title | Which exact bold release-checklist title contains the Pester test name? |
Prefer the earliest deterministic product-owned signal:
Use model output only when it is the behavior under test; never use it to prove
routing, triggers, suppression, or idempotency.
[E2E] checklist item per independently releasable behavior.Pester full name (Describe.Context.It).
test/e2e/release-coverage-map.psd1 entriesonly when an exact test name would be misleading or one case intentionally
covers multiple checklist items.
[x] output through the full and incrementalreport paths in workflow.md.
Do not call the work complete until all of these are true:
real integration boundary.
[x];every skip is explained.
the end-to-end user path and assert the observable contract.
protocol, persistence, packaging, or UI boundary.
When the contract is downstream, assert both the trigger and its downstream
effect.
prerequisite is genuinely unavailable. A connected product that behaves
incorrectly must fail.
Take microsoft/pr-integration-test from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.