powershell-developer

Automate PowerShell coding standards, PSScriptAnalyzer rules, and Pester testing patterns.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MunusCaritatis/dbtools --skill powershell-developer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: powershell-developer
Source: https://github.com/MunusCaritatis/dbtools/tree/main/.skills/powershell-developer
Command: npx skills add https://github.com/MunusCaritatis/dbtools --skill powershell-developer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides developers to produce PowerShell code that adheres to repository standards, improving consistency, quality, and maintainability.

Core Features & Use Cases

  • Follows repository's coding standards, PSScriptAnalyzer rules, module layout, and Pester testing patterns.
  • Provides templates and references to write, review, refactor, or debug PowerShell scripts and modules within the repo.
  • Useful for onboarding new contributors and enforcing consistent practices across projects.

Quick Start

Begin by scaffolding a PowerShell module following the repo's conventions and run the included PSScriptAnalyzer and Pester tests.

Frequently Asked Questions about powershell-developer

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

FAQPage Schema
How do I enforce PowerShell coding standards and PSScriptAnalyzer rules in my repository?

To enforce PowerShell coding standards and PSScriptAnalyzer rules, this Skill automates adherence to your repository's configuration and provides templates for consistent script development.

What is the best way to structure a PowerShell module for repository compliance?

Structuring a PowerShell module for repository compliance requires following specific module layout conventions; this Skill provides scaffolding templates and references to ensure correct directory structure and file placement.

How do I write Pester tests for PowerShell scripts following repository patterns?

Writing Pester tests for PowerShell scripts involves matching established repository testing practices; this Skill supplies reference patterns to scaffold and execute Pester tests consistently.

Can I use this Skill to refactor and debug existing PowerShell code?

Yes, you can use this Skill to refactor and debug existing PowerShell code by applying repository standards, PSScriptAnalyzer analysis, and Pester testing patterns to identify and resolve issues.

Does this Skill help onboard new contributors to PowerShell project standards?

Yes, this Skill helps onboard new contributors to PowerShell project standards by providing templates and enforcing consistent practices for module layout, PSScriptAnalyzer, and Pester testing.