← 返回 Skills 市场
leonardo-lb

Post-Development Verification

作者 LeoNardo-LB · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
105
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install post-dev-verification
功能描述
Post-development full-stack verification skill. Automatically triggered after Agent completes a development task. Executes production-level validation (unit...
安全使用建议
This skill is consistent with a test/verification tool, but it performs powerful, state-changing operations (start services, run DB migrations, seed/delete data, network calls). Before using it: (1) run Phase 0 and carefully review the Environment Report it produces; (2) ensure the agent runs in an isolated test/sandbox with no production credentials or access to production networks; (3) explicitly provide only test API keys/accounts and remove any production env vars from the runtime; (4) require an explicit human approval step before allowing Phase 2 (execution) to proceed; and (5) consider running the verification in a disposable CI environment or ephemeral container to limit blast radius. If you cannot guarantee sandboxing and credential separation, avoid running the execution phases.
功能分析
Type: OpenClaw Skill Name: post-dev-verification Version: 1.0.1 The skill bundle defines a highly autonomous 'Post-Development Verification' agent that performs environment analysis, test generation, and an automated 'fix loop' involving code modification and service execution. While the instructions in SKILL.md are strictly aligned with software quality assurance and include safety guidelines for sandboxing, the skill requires broad, high-risk capabilities including read_project_files, run_tests, start_stop_services, and network_access. Its reliance on executing auto-detected project commands and performing multi-round code fixes constitutes a significant risk profile typical of autonomous agents with shell access, even though no malicious intent or data exfiltration was detected.
能力评估
Purpose & Capability
Name/description (post-development full-stack verification) align with the SKILL.md which explains test design, environment checks, starting services, running tests and E2E validation. Declared capabilities (read_project_files, run_tests, start_stop_services, network_access) are expected for this purpose.
Instruction Scope
Instructions explicitly instruct the agent to start/stop services, run DB migrations, seed and delete test data, and make real network requests. That behavior matches the stated purpose (real-execution-first), but it grants the agent broad, potentially destructive discretion if Phase 0 review / user gating are skipped. The SKILL.md recommends Phase 0 and sandboxing, but does not enforce an explicit confirmation step before execution phases.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes filesystem/install risk (nothing is downloaded or executed by an installer).
Credentials
requires.env is empty in registry metadata, yet the instructions and metadata repeatedly reference using test accounts, test API keys, and environment-variable-sourced tokens. Not requiring any specific env vars is coherent (they are optional), but it means the agent may try to read whatever environment variables are present; callers should explicitly provide test-only credentials and remove production credentials from the agent environment.
Persistence & Privilege
always:false and default model invocation settings (agent can invoke autonomously) are appropriate. The skill does not ask to modify other skills or system-wide settings. Its actions are limited to the project/test environment described in SKILL.md.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install post-dev-verification
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /post-dev-verification 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
# post-dev-verification v1.0.1 Minor update focused on safety and environment specification. - Added explicit safety requirements, covering test isolation, test credentials, scoping of side effects, and clear user control over realism level. - Declared metadata fields listing recommended tools, required agent capabilities, and detailed safety instructions. - Updated documentation to emphasize running Phase 0 (environment analysis) before any execution. - No changes to core workflow or test design methodology.
v1.0.0
Initial release of post-dev-verification skill: automated, production-grade post-development testing. - Introduces automated, full-stack verification triggered after development completion. - Executes unit, integration, and E2E tests prioritizing real-execution over mocks. - Adapts realism level (L0–L3) based on user intent and environment. - Provides structured, multi-phase workflow: environment awareness, test design, execution, feedback loop, and validation. - Covers comprehensive test taxonomy (MFT/INV/DIR), quality metrics, and detailed anti-pattern scans.
元数据
Slug post-dev-verification
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Post-Development Verification 是什么?

Post-development full-stack verification skill. Automatically triggered after Agent completes a development task. Executes production-level validation (unit... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。

如何安装 Post-Development Verification?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install post-dev-verification」即可一键安装,无需额外配置。

Post-Development Verification 是免费的吗?

是的,Post-Development Verification 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Post-Development Verification 支持哪些平台?

Post-Development Verification 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Post-Development Verification?

由 LeoNardo-LB(@leonardo-lb)开发并维护,当前版本 v1.0.1。

💬 留言讨论