·review-powershell
</>

review-powershell

Review PowerShell code for language and runtime conventions: advanced functions, parameter design, error handling, object pipeline behavior, compatibility, and testability. Language-only atomic skill; output is a findings list.

19Installs·2Trend·@nesnilnehc

Installation

$npx skills add https://github.com/nesnilnehc/ai-cortex --skill review-powershell

How to Install review-powershell

Quickly install review-powershell AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/nesnilnehc/ai-cortex --skill review-powershell
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: nesnilnehc/ai-cortex.

SKILL.md

View raw

Review code in PowerShell for language and runtime conventions only. Do not define scope (diff vs codebase) or perform security/architecture analysis; those are handled by scope and cognitive skills. Emit a findings list in the standard format for aggregation. Focus on advanced function design, parameter validation and binding, error handling semantics, object pipeline behavior, module/export and naming convention...

When to use: When the code under review is PowerShell (.ps1, .psm1, .psd1) and the task includes language/runtime quality. Scope is determined by the caller or user.

| Location | path/to/file.ext (optional line or range). | | Category | language-powershell. | | Severity | critical \| major \| minor \| suggestion. | | Title | Short one-line summary. | | Description | 1-3 sentences. | | Suggestion | Concrete fix or improvement (optional). |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/nesnilnehc/ai-cortex --skill review-powershell
Category
</>Dev Tools
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from nesnilnehc/ai-cortex

Quick answers

What is review-powershell?

Review PowerShell code for language and runtime conventions: advanced functions, parameter design, error handling, object pipeline behavior, compatibility, and testability. Language-only atomic skill; output is a findings list. Source: nesnilnehc/ai-cortex.

How do I install review-powershell?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/nesnilnehc/ai-cortex --skill review-powershell Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/nesnilnehc/ai-cortex