powershell-pester-runner

Run PowerShell Pester tests and summarize failures with remediation guidance.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/irwins/platform-agent-kit --skill powershell-pester-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: powershell-pester-runner
Source: https://github.com/irwins/platform-agent-kit/tree/main/.github/skills/powershell-pester-runner
Command: npx skills add https://github.com/irwins/platform-agent-kit --skill powershell-pester-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill runs PowerShell Pester tests and provides a concise, actionable summary of results for quick debugging and CI feedback.

Core Features & Use Cases

  • Automated test execution with CI-friendly options using Invoke-Pester.
  • Concise result summaries including total tests, failures, and stack traces.
  • Remediation guidance by mapping failing tests to the tested code and suggesting next steps.
  • Triage workflow with steps to reproduce locally and diagnose issues quickly.

Quick Start

Use the skill to run tests for a module or tests folder, providing the -Path or module root, and receive a structured summary you can review or feed into CI dashboards.

Frequently Asked Questions about powershell-pester-runner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run PowerShell Pester tests and get a summary of failures for CI?

Run Pester tests by providing the module root or test folder path. The skill executes Invoke-Pester and parses results to produce totals, failures, and stack traces for quick CI feedback and debugging.

What do I need to run Pester tests using this automation skill?

You need PowerShell 7.x and Pester 5.x installed in your runtime environment to run Pester tests. Provide the module root or test folder path to execute tests and receive a structured summary.

Can I get remediation guidance for failing Pester tests?

Yes, the skill provides remediation guidance by mapping failing Pester tests to the tested code, surfacing stack traces, and suggesting next steps to diagnose and resolve issues quickly.

How does Pester test automation summarize results for quick debugging?

Pester test automation summarizes results by parsing test output to extract totals, failures, and stack traces. It provides a concise summary and a triage workflow to reproduce issues locally for quick debugging.

What's the best way to triage Pester test failures during module development?

The best way to triage Pester test failures is to use the skill's structured summary, which maps failures to code and provides steps to reproduce locally. This triage workflow helps diagnose issues quickly during development.