スキル一覧に戻る
Mic23-01

test-gate-bivio

by Mic23-01

🚀 Antigravity: The definitive template for production-grade Autonomous Agents. Hybrid architecture, dual-layer memory (ChromaDB + Filesystem), sequential thinking, battle-tested guardrails. From concept to deployment in minutes

0🍴 0📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: test_gate_bivio description: Manages test gate interaction respecting the required depth version: 1.1.0 author: Antigravity

Operational Instructions

Trigger

  • Within tech_rag (Step 5 Test Gate).
  • Whenever interactive validation is needed before proceeding.

Inputs

  • User Config: <SmokeTestCmd> in .agent/project/PROJECT_AGENT_CONFIG.md.
  • User Choice: Direct interaction (Easy/Deep/Debug).

Steps

  1. Interrupt: ASK the user for the desired test level.
  2. Easy/Smoke:
    • Execute <SmokeTestCmd> command.
  3. Deep:
    • Execute complete regression tests (pytest, npm test, etc).
    • Execute <DeepTestCmd> (e.g., uv run pytest -q).
    • If <NegativeTestMarkers> are present, also run negative tests (e.g., uv run pytest -m "negative or fuzz").
  4. Debug:
    • Activate sequential-thinking to isolate the case.
    • Execute <DebugTestCmd> (e.g., uv run pytest -q -vv --maxfail=1 --pdb).

Outputs

  • Result: PASS (proceed) or FAIL (fix required).

Configuration

Check .agent/project/PROJECT_AGENT_CONFIG.md for the default Smoke command.

スコア

総合スコア

75/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です