Optave
Official@optave
Offers codebase auditing, dependency mapping, and refactoring orchestration to maintain repository health and performance integrity.
Agent Skills by Optave
Showing 18 vetted skills indexed across 1 GitHub repositories.
titan-gauntlet
Audit codebase targets against four quality pillars with batched NDJSON outputs.
titan-recon
Maps a codebase's dependency graph to reveal hotspots, domains, and prioritized cleanup tasks.
housekeep
Automates Git repository maintenance tasks like pruning stale worktrees and branches.
titan-grind
Automate dead symbol adoption across codebases with graph queries and gate checks.
bench-check
Compare current benchmark results against a saved baseline to detect performance regressions.
titan-sync
Analyze GAUNTLET results to plan shared abstractions and output sync.json.
titan-gate
Validate staged changes with codegraph checks and lint/build/test suites.
titan-forge
Automate phase-based code changes and validation for multi-target refactor pipelines.
release
Generate release notes and PR scaffolding from commit history.
titan-reset
Remove Titan artifacts and restore the codebase to its pre-Titan baseline.
create-skill
Scaffold Claude Code skills with SKILL.md frontmatter and phase templates.
titan-run
Orchestrate multi-phase Titan pipeline phases with sub-agents and artifact validation.
architect
Audit codebase architecture and generate a formal report.
test-health
Analyze vitest outputs and coverage data to produce prioritized test health reports.
sweep
Automates end-to-end PR review workflows coordinating Claude and Greptile feedback, resolving conflicts until CI is green.
deps-audit
Audit npm dependencies for vulnerabilities, staleness, and license risks.
titan-close
Split Git commits into focused PRs and generate a Titan audit report.
dogfood
Run a full dogfooding session against a Codegraph release and generate a structured report.
Frequently Asked Questions About Optave
FAQPage SchemaWhat specific tasks can Optave perform on a codebase?βΌ
Optave enables codebase auditing against quality pillars, dependency graph mapping, performance regression detection via benchmark comparisons, and automated refactoring. It also manages repository maintenance, such as pruning stale branches, auditing dependency vulnerabilities, and generating structured release notes from commit history.
Which engineering personas benefit most from these capabilities?βΌ
Staff engineers, technical leads, and platform architects benefit most from Optave. These personas use the platform to enforce architectural standards, manage large-scale refactoring across multi-target environments, and maintain high-quality test health through automated analysis of coverage data and dependency risk assessments.
What are the primary prerequisites for running Optave?βΌ
Optave requires a Git-based repository and a environment configured for standard development tasks like linting, building, and testing. It relies on existing Vitest outputs for health reporting and requires access to the codebase to perform graph queries, dependency audits, and artifact validation.