🧪
QualitySwift

CodexBar Live QA

by steipete

CodexBar Live QA is a Quality skill for Claude Code, published by steipete in CodexBar.

20.1K stars1.7K forkson steipete/CodexBarAdded 2026/08/14Repository updated 2026/08/14
aiclaude-codecodexswift
Install in seconds
Install CodexBar Live QA
Copy CodexBar Live QA into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/steipete/CodexBar/tree/main/.agents/skills/qa-test ~/.claude/skills/qa-test

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/steipete/CodexBar.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/qa-test/SKILL.md in steipete/CodexBar
Installs to
~/.claude/skills/qa-test
Collection
One of 3 skills cataloged from this repository
Category
Quality1354 skills

What CodexBar Live QA does

CodexBar Live QA runs provider usage matrix checks, validates app configuration, and verifies live menu behavior for the CodexBar app. Use it for release smoke tests or debugging provider failures.

CodexBar Live QA is cataloged under Quality on DirSkills. CodexBar Live QA comes from a repository tagged ai, claude-code, codex and swift.

Documentation

README

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.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about CodexBar Live QA

  • What else does steipete publish alongside CodexBar Live QA?

    CodexBar Live QA is one of 3 skills that DirSkills catalogs from steipete/CodexBar, the repository it ships in. Its siblings there include CodexBar and CodexBar Release. Each one is a separate skill with its own page in this directory, installs the same way CodexBar Live QA does, and is maintained by steipete in that same repository. The rest of the collection is listed on the steipete/CodexBar page.

  • How does CodexBar Live QA compare to other Quality skills?

    CodexBar Live QA ranks #150 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of CodexBar Live QA against them. Open each page to compare what they document and how they install.