Commands¶
All available slash commands in Nova AI.
Core Commands¶
/novaai¶
Full orchestration with quality gates.
Workflow: 1. Asks clarifying questions 2. Searches knowledge base 3. Presents plan for approval 4. Executes with code review + tests
Options: - Press Enter to approve plan - Type feedback to refine - Type "reject" to cancel
/init¶
Initialize Nova AI in your project.
Actions: - Downloads 5.4GB knowledge base - Configures MCP servers - Sets up quality gate hooks
/background¶
Manage background tasks.
# List running tasks
/background list
# Check task status
/background status <task-id>
# View task logs
/background logs <task-id>
# Stop a task
/background kill <task-id>
Development Commands¶
/fix-pr¶
Automated PR review and fixes.
Actions: 1. Fetches PR diff 2. Runs code review 3. Auto-fixes issues 4. Pushes fixes
/auto-loop¶
Autonomous issue-to-PR workflow.
Actions: 1. Monitors GitHub issues 2. Implements solutions 3. Creates PRs automatically
/clean¶
Clean up after merged PRs.
Actions: - Closes merged PRs - Deletes feature branches - Removes worktrees - Closes related issues
Integration Commands¶
/novaai-codex¶
Hybrid Claude + Codex workflow.
Workflow: 1. Claude plans implementation 2. Codex executes code changes 3. Claude reviews result
/novaai-aws¶
Deploy to AWS.
Actions: 1. Analyzes application 2. Creates deployment plan 3. Generates infrastructure code 4. Deploys to AWS
/novaai-devbox¶
Spawn AWS dev environments.
Creates: - EC2 instance with mamba - Docker and gh CLI - Development tools
Research Commands¶
/research¶
Academic research workflows.
# Search papers
/research search "transformer architectures"
# Track citations
/research citations paper.pdf
# Create slides
/research slides results/
/paper¶
AI-assisted paper writing.
# Find related work
/paper related "attention mechanisms"
# Generate figures
/paper figure data.csv
# Check citations
/paper check draft.tex
Utility Commands¶
/context-prime¶
Pre-load project context.
Loads essential files for faster cold starts.
/visualize¶
Generate charts and diagrams.
/create-hook¶
Interactive hook creation wizard.
Legacy Commands¶
Commands prefixed with /legacy: are deprecated:
| Legacy | Replacement |
|---|---|
/legacy:tdd |
Use /novaai with TDD skill |
/legacy:codex |
Use /novaai-codex |
/legacy:merge |
Use /clean |
Command Syntax¶
All commands support natural language:
# Explicit
/novaai implement login with OAuth2
# Question format
/novaai how do I add authentication?
# Fix format
/novaai fix the failing tests in auth module
What's Next?¶
-
Python SDK
Programmatic access
-
Configuration
Customize behavior