← Back to list

dotnet-format-analyzers
by bravellian
CLI to manage work items + docs (specs/ADRs) and sync them with GitHub issues/branches/PRs.
⭐ 0🍴 0📅 Jan 16, 2026
SKILL.md
name: dotnet-format-analyzers description: Define canonical dotnet format and analyzer verification commands, and provide scripts that generate a format/analyzer report. Use when checking formatting or Roslyn analyzers without reformatting everything.
dotnet-format-analyzers
Provide canonical format/analyzer commands and a report-generating script that stays in verify mode.
Canonical commands
Format verification:
dotnet format Workbench.slnx --verify-no-changes
Analyzer verification:
dotnet format analyzers Workbench.slnx --verify-no-changes
Report script
Bash:
bash .codex/skills/dotnet-format-analyzers/scripts/run-format-analyzers.sh
PowerShell:
pwsh -File .codex/skills/dotnet-format-analyzers/scripts/run-format-analyzers.ps1
Outputs:
artifacts/codex/format-report.txt
Targeted usage (preferred)
Never reformat the world unless explicitly asked. Prefer targeted scopes:
- Solution or project: pass a specific
.slnxor.csprojpath - Files: pass one or more
--includepaths
Examples:
bash .codex/skills/dotnet-format-analyzers/scripts/run-format-analyzers.sh src/app/Incursa.Web/Incursa.Web.csproj
bash .codex/skills/dotnet-format-analyzers/scripts/run-format-analyzers.sh Workbench.slnx --include src/app/Incursa.Web/Pages/Error.cshtml.cs
Notes
- Scripts run in verify mode only.
- The report captures both formatter and analyzer output for CI uploads or local triage.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

