Forge all
Skill is-bo/fullstack-forge-skill/.windsurf/skills/forge-all
Discover the project, select applicable modules, run safe independent checks, merge evidence, and prioritize remediation. Activate automatically for repository-wide audits when that concern is relevant to a software-engineering request.From its SKILL.md
npx -y skills add is-bo/fullstack-forge-skill --skill forge-allAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
4.7 KB, 863 tokens by cl100k_base, as published. Nobody here has run it
forge-all: Orchestrated audit
Purpose
Discover the project, select applicable modules, run safe independent checks, merge evidence, and prioritize remediation.
This is an agent playbook, not a claim of standalone analyzer coverage. Apply
fullstack-forge/references/shared/module-contract.md
for common applicability, evidence, command-safety, mutation, verification, and completion rules.
Never hide failed checks or claim that an operation ran when it did not.
Automatic activation signals
Activate when a request or direct repository evidence involves orchestrated audit, when
the user explicitly names forge-all, or when discovery proves an applicable boundary.
- Repository-wide audits
- Changed-scope reviews
- High-risk review before release
When not to activate
- A narrowly requested module where orchestration adds no value
Automated support
Relevant discovery inputs are:
- project profile
- scope and risk flags
- all applicable module outputs
Available deterministic support, where present:
- Use
discover-projectfor its bounded evidence when present; treat unavailable runtime evidence asNOT_VERIFIED. - Use
generate-reportfor its bounded evidence when present; treat unavailable runtime evidence asNOT_VERIFIED. - Use
validate-finding-schemafor its bounded evidence when present; treat unavailable runtime evidence asNOT_VERIFIED.
Agent inspection procedure
- Run discovery first and derive the applicable module set from capability evidence, recording an explicit
NOT_APPLICABLEdecision for each skipped module. - Order execution: independent read-only modules may run in any order; run discovery-dependent modules after the profile exists.
- Execute each applicable module's own procedure, preserving its evidence and finding identifiers unchanged.
- Merge duplicate findings across modules by root cause, preserving every location and the strictest severity.
- Rank the combined findings by severity, confidence, effort, and impact, and emit a prioritized remediation plan with blocked and unverified checks stated plainly.
Manual inspection requirements:
- Review applicability decisions and merged-finding fidelity
- Approve any risky fix plan before mutation
Stack-specific guidance:
- Use project-native commands discovered from manifests and CI
Evidence to collect
For formal findings, also follow fullstack-forge/references/PROTOCOL.md. Record the module's
inspected boundary, relevant tests, direct observations, and unavailable evidence.
Primary standards used as criteria, not proof of compliance:
- Fullstack Forge finding schema
- NIST SSDF
Common production failures
- Run discovery first and determine applicability from recorded evidence
- Execute independent read-only checks concurrently only where safe and preserve raw results
- Merge duplicates without losing locations or standards and rank by severity, confidence, impact, and effort
Missing-control checks
For every applicable criterion below, attach direct evidence or record a reasoned
NOT_APPLICABLE, NOT_VERIFIED, or BLOCKED status. The list is a routing checklist, not
evidence by itself.
- Run project discovery before specialist modules
- Determine applicability from current evidence
- Avoid irrelevant modules
- Run independent read-only modules concurrently only when safe
- Merge duplicate findings while preserving every location
- Preserve raw evidence and failed checks
- Rank findings by severity, confidence, impact, and effort
- Generate Markdown and JSON reports
- Produce a prioritized remediation plan
- Clearly mark blocked and not-verified checks
Commands and tools
- Run
forge all audit --jsonorfullstack-forge all audit --jsonwhen an explicit audit is requested and the CLI is installed. Normal feature work does not require it. - Use the deterministic support named above only for its documented bounded evidence.
Safe fixes
- Apply only fixes each module labels safe when --safe is explicit
- Regenerate Markdown and JSON reports
Approval-required changes
- Any risky module change or expansion outside the requested scope
Verification
- Re-run affected modules and the applicable regression suite
- Mark every skipped, blocked, or unverified check explicitly
Completion contract
Apply the shared module contract and the module-specific limitations below.
Known limitations
- Orchestration does not turn unavailable runtime evidence into PASS
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.