🧪
QualityDart

Test Bridge

by K9i-0

Test Bridge is a Quality skill for Claude Code, published by K9i-0 in ccpocket.

1K stars97 forkson K9i-0/ccpocketAdded 2026/08/21Repository updated 2026/08/20
androidapp-serverbridge-serverclaude-codeclicodexflutteriosmobileopenairemote-controltypescriptwebsocket
Install in seconds
Install Test Bridge
Copy Test Bridge 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/K9i-0/ccpocket/tree/main/.claude/skills/test-bridge ~/.claude/skills/test-bridge

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/K9i-0/ccpocket.git

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

In this catalog

Source file
.claude/skills/test-bridge/SKILL.md in K9i-0/ccpocket
Installs to
~/.claude/skills/test-bridge
Collection
One of 18 skills cataloged from this repository
Category
Quality1354 skills

What Test Bridge does

Test Bridge documents how to run Bridge Server unit tests, type checks, and optional coverage. It also specifies Vitest test file layout, imports, and patterns for writing tests.

Test Bridge is cataloged under Quality on DirSkills. Test Bridge comes from a repository tagged android, app-server, bridge-server, claude-code and cli.

Documentation

README

Bridge Server テスト

実行手順

以下を順番に実行し、全てパスすることを確認する。

1. ユニットテスト

npm run test:bridge

特定ファイルのみ:

cd packages/bridge && npx vitest run src/<filename>.test.ts

ウォッチモード (開発中):

cd packages/bridge && npx vitest src/<filename>.test.ts

2. TypeScript 型チェック

npx tsc --noEmit -p packages/bridge/tsconfig.json

テストファイル (*.test.ts) と vitest.config.tstsconfig.json の exclude に入っているため、型チェック対象外。

3. カバレッジ (任意)

npm run test:bridge:coverage

テスト記述規約

ファイル配置・命名

  • テストファイルはソースと同じディレクトリに <module>.test.ts として配置
    • 例: src/parser.tssrc/parser.test.ts
  • vitest.config.ts の include パターン: src/**/*.test.ts

import

import { describe, it, expect } from "vitest";

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

Frequently asked about Test Bridge

  • What else does K9i-0 publish alongside Test Bridge?

    Test Bridge is one of 18 skills that DirSkills catalogs from K9i-0/ccpocket, the repository it ships in. Its siblings there include App Release, Branch Merge Cleanup and Codex Guide. Each one is a separate skill with its own page in this directory, installs the same way Test Bridge does, and is maintained by K9i-0 in that same repository. The rest of the collection is listed on the K9i-0/ccpocket page.

  • How does Test Bridge compare to other Quality skills?

    Test Bridge ranks #819 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 Test Bridge against them. Open each page to compare what they document and how they install.

More from K9i-0/ccpocket

Test Bridge is one of 18 skills cataloged on DirSkills from K9i-0/ccpocket.

See all 18 skills