Session management and protocol compliance skill. Use Test-InvestigationEligibility to verify whether staged files qualify for an investigation-only QA skip per ADR-034 before committing with the "SKIPPED: investigation-only" verdict. The skill runs test_investigation_eligibility.py via a set of natural-language triggers, parses its JSON output (Eligible, StagedFiles, Violations), and executes a two-phase process: eligibility check and commit decision. Run this before committing with the "SKIPPED: investigation-only" tag to ensure staged changes meet the allowlist and to avoid improper QA skips. If Eligible=true and Violations is empty, you may proceed with the SKIPPED tag; otherwise, fix the violations or escalate to the qa agent. Integrates with git staging (git add), yields deterministic eligibility results, reduces protocol violations, and clarifies when to use session-init or the qa agent for full sessions or feature work.
Session management and protocol compliance skill. Use Test-InvestigationEligibility to verify whether staged files qualify for an investigation-only QA skip per ADR-034 before committing with the "SKIPPED: investigation-only" verdict. The skill runs test_investigation_eligibility.py via a set of natural-language triggers, parses its JSON output (Eligible, StagedFiles, Violations), and executes a two-phase process: eligibility check and commit decision. Run this before committing with the "SKIPPED: investigation-only" tag to ensure staged changes meet the allowlist and to avoid improper QA skips. If Eligible=true and Violations is empty, you may proceed with the SKIPPED tag; otherwise, fix the violations or escalate to the qa agent. Integrates with git staging (git add), yields deterministic eligibility results, reduces protocol violations, and clarifies when to use session-init or the qa agent for full sessions or feature work.
会话管理与协议合规模块。在用“"SKIPPED: investigation-only"”判定提交之前,使用 Test-InvestigationEligibility 检查已暂存文件是否符合 ADR-034 中针对仅调查的 QA 跳过条件。该技能通过一组自然语言触发器运行 test_investigation_eligibility.py,解析其 JSON 输出(Eligible、StagedFiles、Violations),并执行两阶段流程:资格检测与提交决策。在以“SKIPPED: investigation-only”标签提交前运行,确保暂存更改符合允许列表并避免不当的 QA 跳过。如果 Eligible=true 且 Violations 为空,则可以添加 SKIPPED 标签并继续;否则请解决违规项或上报给 qa agent。与 git 暂存(git add)集成,产生确定性的资格结果,减少协议违规,并明确何时为完整会话或功能工作使用 session-init 或 qa agent。
Category: developer (开发工具) · Author: rjmurillo · Version: @main · License: MIT
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer