build-test

star 8

Build and test the entire ThreatForge application (frontend + Rust backend)

exit-zero-labs By exit-zero-labs schedule Updated 2/26/2026

name: build-test description: Build and test the entire ThreatForge application (frontend + Rust backend) disable-model-invocation: true allowed-tools: Bash, Read

Build and test the full ThreatForge stack.

Steps

  1. Lint TypeScript

    npx biome check .
    
  2. Lint Rust

    cargo clippy --manifest-path src-tauri/Cargo.toml -- -D warnings
    
  3. Run frontend tests

    npx vitest --run
    
  4. Run Rust tests

    cargo test --manifest-path src-tauri/Cargo.toml
    
  5. Build frontend

    npm run build
    
  6. Build Tauri app

    npm run tauri build
    

Report results for each step. If any step fails, stop and report the failure with details.

Install via CLI
npx skills add https://github.com/exit-zero-labs/threat-forge --skill build-test
Repository Details
star Stars 8
call_split Forks 4
navigation Branch main
article Path SKILL.md
More from Creator
exit-zero-labs
exit-zero-labs Explore all skills →