Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions skills/AuditScripts/SKILL.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion skills/BashDevelopment/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: "Bash and POSIX shell conventions for the forge ecosystem — idiom

Conventions for writing bash and POSIX shell scripts in the forge ecosystem and adjacent personal projects. Reference implementation lives in [check-mac][CHECKMAC] and the build hooks under forge-core.

For audit-script architecture (severity ladders, key:value output, orchestrator dispatch), see the companion skill [AuditScripts](../AuditScripts/SKILL.md).
For health-check architecture (severity ladders, key:value output, orchestrator dispatch), see the companion skill [HealthChecks](../HealthChecks/SKILL.md).

## Idioms

Expand Down
19 changes: 0 additions & 19 deletions skills/BashDevelopment/SKILL.yaml

This file was deleted.

1 change: 0 additions & 1 deletion skills/CodeCleanup/SKILL.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions skills/DefensiveProgramming/SKILL.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions skills/FixIssue/SKILL.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions skills/GitHubCLI/SKILL.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: AuditScripts
name: HealthChecks
version: 0.1.0
description: "Architecture for security and health audit scripts: standalone-runnable checks, severity ladder with UNKNOWN, key:value output contract, orchestrator dispatch, exit-code semantics. Language-agnostic; reference implementations in Bash, applies to Python and other languages. USE WHEN writing audit tools, designing check-script contracts, adding checks to tools like check-mac, reviewing audit-script architecture, or porting an audit tool between languages."
description: "Architecture for security and health-check programs: standalone-runnable checks, severity ladder with UNKNOWN, key:value output contract, orchestrator dispatch, exit-code semantics. Language-agnostic; reference implementations in Bash, applies to Python and other languages. USE WHEN writing health checks or audit tools, designing check-script contracts, adding checks to tools like check-mac, reviewing health-check architecture, or porting a check tool between languages."
---

# AuditScripts
# HealthChecks

A contract for writing security and health audit scripts. The same contract works in Bash, Python, or any other language that can write structured output to stdout. Reference implementation: [check-mac][CHECKMAC] (Bash). For shell-specific idioms, see the companion skill [BashDevelopment](../BashDevelopment/SKILL.md).
A contract for writing security and health-check programs. The same contract works in Bash, Python, or any other language that can write structured output to stdout. Reference implementation: [check-mac][CHECKMAC] (Bash). For shell-specific idioms, see the companion skill [BashDevelopment](../BashDevelopment/SKILL.md).

The architecture has three load-bearing pieces:

Expand Down
2 changes: 0 additions & 2 deletions skills/ReceiveReview/SKILL.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions skills/RustDevelopment/SKILL.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions skills/SystematicDebug/SKILL.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions skills/TestDrivenDevelopment/SKILL.yaml

This file was deleted.

Loading