qa-test

Solid

CodexBar live QA/e2e testing: run provider usage matrix checks, validate real app config, use Peekaboo for menu proof, use Browser Use/official docs for API spec or logged-in dashboard checks, and handle 1Password credentials safely.

Testing & QA 14,665 stars 1188 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# CodexBar Live QA Use for live provider testing, release smoke tests, menu verification, or debugging “provider works/fails” reports. ## Rules - Work from the CodexBar repo checkout. - Use the packaged CLI first: `CodexBar.app/Contents/Helpers/CodexBarCLI`. - Do not use `CodexBar.app/Contents/MacOS/codexbar`; that is the app binary and may appear to hang as a CLI. - Never run broad `env`, `set`, or secret regex dumps. - Use `$one-password` for secrets: all `op` commands inside one persistent tmux session, service account first, no raw secret output. - Treat browser-cookie/keychain flows as prompt-risky. Prefer CLI/API-token checks and `KeychainNoUIQuery`-safe tests unless the user explicitly requested live UI. - For current API behavior, browse official provider docs only. ## CLI Matrix Run the bundled script: ```bash .agents/skills/qa-test/scripts/live_provider_matrix.sh --enabled ``` Useful modes: ```bash .agents/skills/qa-test/scripts/live_provider_matrix.sh --provider all .agents/skills/qa-test/scripts/live_provider_matrix.sh --providers openai,zai,deepseek .agents/skills/qa-test/scripts/live_provider_matrix.sh --default ``` Interpretation: - `--enabled` asks `CodexBarCLI config providers` for enabled providers, honoring `CODEXBAR_CONFIG` and default toggles. - `--default` runs the app-facing default command with no provider override. - `--provider all` forces every registered provider and is expected to fail for providers without sessions/keys. - A green app c...

Details

Author
steipete
Repository
steipete/CodexBar
Created
6 months ago
Last Updated
today
Language
Swift
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category