From claude-commands
Uses Oracle CLI in browser mode with ChatGPT (no API key) to bundle project files for AI analysis including architecture reviews, debug triage, diff reviews, and frontend/backend issues.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-2 --plugin jleechanorg-claude-commandsThis skill uses the workspace's default tool permissions.
- Need AI analysis with project files but prefer browser ChatGPT instead of API keys.
Bundles prompts and repo files via @steipete/oracle CLI for second-model reviews (API/browser) on debugging, refactors, design checks, cross-validation.
Provides best practices for oracle CLI usage: bundling prompts with repo files via globs/excludes, browser/API engines, session reattachment, and dry-run previews for AI code analysis.
Orchestrates Google Gemini CLI for second opinions, cross-validation, real-time Google searches, codebase architecture analysis, parallel code generation, and alternative code reviews.
Share bugs, ideas, or general feedback.
source scripts/oracle_helpers.sh (exports globs and helper commands).oracle_arch_preview (dry-run bundle preview).oracle_arch (architecture review).oracle_ai_debug [tmp/bug-report.md] (AI pipeline bug).oracle_diff_review (reviews current git diff).oracle_ui_debug [tmp/ui-bug.md] (frontend triage).--engine browser (implicit when no API key), --wait to stay attached.--dry-run summary to preview bundle before sending.--files-report to see token spend per file.--browser-inline-cookies or --browser-cookie-path).scripts/oracle_helpers.sh or add excludes (!pattern).