AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Project Audit

skill-theboscoclub-claude-test-skill-claude-test-skill · by TheBoscoClub

Autonomous 20-phase project audit with testing, security scanning, code quality, GitHub auditing, and auto-fixing

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add skill-theboscoclub-claude-test-skill-claude-test-skill

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-theboscoclub-claude-test-skill-claude-test-skill)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Project Audit? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

/test - Modular Project Audit

A comprehensive 20-phase autonomous project audit system with full GitHub integration.

Quick Reference

/test                    # Full audit (autonomous - fixes everything)
/test prodapp            # Validate installed production app (Phase P)
/test docker             # Validate Docker image and registry (Phase D)
/test github             # Audit GitHub repository settings (Phase G)
/test --phase=A          # Run single phase
/test --phase=0-2        # Run phase range
/test --phase=5,6        # Security + Dependencies only
/test --interactive      # Enable interactive mode
/test help               # Show help

Key Features

  • Autonomous: Fixes ALL issues without prompting, loops until clean
  • 20 Phases: Complete coverage from safety snapshots to documentation sync
  • Multi-Language: Python, Node.js, Go, Rust, Shell, Docker, YAML
  • 20+ Tools: ruff, pylint, bandit, trivy, CodeQL, and more
  • GitHub Integration: Dependabot, CodeQL workflows, branch protection audit
  • Context Efficient: 93% reduction via on-demand phase loading

Available Phases

| Phase | Name | Description | |-------|------|-------------| | S | Snapshot | BTRFS safety snapshot | | 0 | Pre-Flight | Environment validation + config audit + sandbox setup | | 1 | Discovery | Detect project type, tools, GitHub | | 2 | Execute | Run tests + analysis + coverage | | 2a | Runtime | Service health checks | | 5 | Security | CVE scanning, SAST | | 6 | Dependencies | Package health | | 7 | Quality | Linting, complexity, dead code cleanup | | 10 | Fix | Auto-fix issues | | A | App Test | Sandbox app testing | | P | Production | Live app validation | | D | Docker | Image validation | | G | GitHub | Repo security audit | | I | Infrastructure | Runtime issue detection | | 12 | Verify | Re-run tests | | 13 | Docs | Documentation sync | | V | VM Testing | Heavy isolation testing | | VM | Lifecycle | VM startup/shutdown management | | C | Restore | Cleanup | | ST | Self-Test | Framework self-validation (explicit only) |

Autonomous Behavior

The skill operates entirely non-interactively:

  1. Fix ALL Issues - No "manual required" lists, no deferrals, no exceptions
  2. Iterative Until Clean - After fixes are committed, the entire audit re-runs until a clean pass with zero issues
  3. All Audits Are Holistic - Cross-component analysis is a structural property of every analysis phase
  4. Documentation Sync - Docs always match codebase state
  5. Commit and Stage - All fixes committed; added to staged release if one exists

Tool Detection

Phase 1 automatically detects installed tools:

Code Quality: ruff, pylint, mypy, black, isort, eslint, prettier, hadolint, yamllint, shfmt, markdownlint, codespell

Security: pip-audit, bandit, npm audit, cargo audit, trivy, CodeQL

GitHub: gh CLI for repository auditing

Installation

Claude.ai (Web)

Upload this SKILL.md file directly to your Claude.ai account:

  1. Go to claude.ai → Settings → Skills
  2. Click "Upload skill" and select this file
  3. The skill reference will be available in your projects

Claude Code (CLI)

For full autonomous execution with all 20 phases:

# Clone and symlink
git clone https://github.com/TheBoscoClub/claude-test-skill.git ~/claude-test-skill
ln -s ~/claude-test-skill/commands/test.md ~/.claude/commands/test.md
ln -s ~/claude-test-skill/skills/test-phases ~/.claude/skills/test-phases

More Information

  • Repository: https://github.com/TheBoscoClub/claude-test-skill
  • Full Documentation: See README.md and INSTALL.md
  • Version: 4.1.1

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.