Self Driving Setup — Testing skill for Claude Code
Check the Self-Driving Portfolio runtime, schemas, and test suite.
How to install Self Driving Setup
Installs to ~/.claude/skills/nutdnuy-self-driving-portfolio-skill-self-driving-setup/SKILL.md
mkdir -p ~/.claude/skills/nutdnuy-self-driving-portfolio-skill-self-driving-setup && curl -fsSL https://raw.githubusercontent.com/nutdnuy/self-driving-portfolio-skill/HEAD/commands/self-driving-setup.md -o ~/.claude/skills/nutdnuy-self-driving-portfolio-skill-self-driving-setup/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Self Driving Setup does
description: Check the Self-Driving Portfolio runtime, schemas, and test suite argument-hint: "" allowed-tools: Bash(cd:*), Bash(python:*), Bash(python3:*), Bash(pytest:*), Bash(ruff:*)
Check the plugin-local runtime without fetching market data.
Run:
cd "${CLAUDE_PLUGIN_ROOT}" && python3 pipeline/orchestrator.py --help
cd "${CLAUDE_PLUGIN_ROOT}" && python3 pipeline/verify.py --help
cd "${CLAUDE_PLUGIN_ROOT}" && python3 -m pytest -q
Report Python compatibility, missing de
Alternatives in Testing
- Marketing Skills Versions — Current versions of all skills 13.8k ★
- Test Full — Run the full test suite across all tox environments with coverage enabled 1.1k ★
- Run Test Suite — Execute Test Suites 185 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Canary CI Ready
Analyse the test suite for CI readiness — coverage depth, flakiness, assertion quality, critical path coverage
Selftest
Run the hardmode self-test — the real shipped hooks against planted failure modes in a throwaway sandbox, plus
Fix And Validate
Run the Lancet2 fix-mode validation suite (iwyu-fix + lint-check + test). Mirrors the pre-commit gate's scope
C4ai Check
Test current changes with adversarial tests, then run full regression suite
Execute Tasks
Execute the task DAG for a work item — implement, verify against the testing plan, self-check, self/critic-rev
Spec Design
Refine design.md for an active change. Surfaces missing constraints, writes the initial draft to disk, then re
Related Agents
Vnv Sprint Prep Agent.Agent
Runs the V&V sprint workflow — platform-parity check, cloning dev sprint stories to the V&V board, validating
Light Review FakeTest
Audit a Delphi DUnitX or classic-DUnit test suite for FAKE or WEAK tests — tests that pass without verifying t
Go Test Quality Assistant
Use proactively to review Go test files for Ginkgo/Gomega patterns, test suite setup, mock usage, and testing