format

star 0

Format C# source files using CSharpier. Use after writing or modifying C# code to enforce consistent formatting.

2chevskii By 2chevskii schedule Updated 3/5/2026

name: format description: Format C# source files using CSharpier. Use after writing or modifying C# code to enforce consistent formatting. argument-hint: [path] allowed-tools: Bash(dotnet csharpier *)

Format C# source files using CSharpier.

Steps

  1. Run:

    dotnet csharpier format $ARGUMENTS
    

    If no path argument is provided, format the whole repository:

    dotnet csharpier format .
    
  2. Report which files were reformatted (CSharpier prints changed files to stdout).

Arguments

$ARGUMENTS — a file path, directory, or glob to format. Defaults to . (entire repo).

Install via CLI
npx skills add https://github.com/2chevskii/Nitpick.Functional.Unit --skill format
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator