Token导航 LogoToken导航TokenDH.com
开发只读clawhub未标认证来源可访问clear审计通过

xinywacodinghelperxinywacodinghelper 测试

Agent Skill

xinywacodinghelper 用于辅助测试设计、自动化测试和回归验证,适合在 OpenClaw 中需要补充测试、分析失败日志或验证功能改动时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,745

周安装

153

GitHub Stars

1

下载量

1,212
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:xinywacodinghelper(xinywacodinghelper 测试)
来源仓库:https://github.com/xinyue-wang/xinywacodinghelper
安装命令:
openclaw skills install xinywacodinghelper
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install xinywacodinghelper

简介

xinywacodinghelper 用于辅助测试设计、自动化测试和回归验证,适合在 OpenClaw 中需要补充测试或分析失败日志时使用。

  • 适用于代码库中的安全修改、本地模式一致性和功能改动验证场景。
  • 核心能力包括清晰的理解、日志记录和可恢复的程序实现。
  • 通过 clawhub 安装,命令为 openclaw skills install xinywacodinghelper。
  • 安装前需确认权限范围和维护状态,注意可能触发命令执行或文件读写操作。

SKILL.md

Skill: Safe Brownfield Code Change

Purpose

Perform safe, minimal, production-quality code changes across large repositories with resumable execution and machine-optimized indexing.


Skill Routing Requirement

This skill MUST only run for COMPLEX_CODE_TASK.


Mandatory Repo Access Check (CRITICAL)

Before execution:

  • identify repo paths
  • verify accessibility
  • verify required files exist

If failed:

[Error]
Type: REPO_ACCESS_FAILURE
Missing: <path>
Reason: <why>
Required: <what needed>

DO NOT proceed.


Execution Visibility (CRITICAL)

  • NEVER run silently
  • ALWAYS output progress per step
  • MUST include status: IN_PROGRESS | BLOCKED | COMPLETED

Fail-Fast Handling

Immediately stop if:

  • repo checkout timeout (e.g. 78K files case)
  • filesystem too large / slow
  • command fails repeatedly

Output:

[Error]
Type: INFRASTRUCTURE_FAILURE
Stage: <stage>
Reason: <message>
Fix: <action>

Phase 1: Progressive Understanding

Rules

  • DO NOT scan full repo blindly
  • DO incremental expansion only
  • ALWAYS log progress
  • ALWAYS resumable

Process

  1. start from entry points
  2. expand to dependencies
  3. stop when change point identified

Mandatory Output

[Understand]
File: <path>
Summary: <short machine summary>
Next: <files to explore>

Resume Rule

  • check progress.log
  • skip already processed files
  • continue from last step

Repository Index (Machine Optimized)

Location

/home/vibe/aksclaw-data/index/<repo>/


Structure

file_index.json:

{
  "file": {
    "symbols": ["funcA", "typeB"],
    "deps": ["fileX"],
    "last_used": "ts"
  }
}

Rules

  • update index after reading file
  • reuse index before reading
  • prefer index over re-scan
  • DO NOT generate human-readable summaries

Phase 2: Plan

  • minimal change only
  • prefer:

1. local code 2. repo pattern 3. k8s pattern


Phase 3: Implement

  • smallest safe change
  • no refactor

Phase 4: Validate

  • add/update tests
  • coverage target: 80% (if measurable)

Phase 5: Review

check:

  • correctness
  • race conditions
  • retry/idempotency
  • debuggability

Confidence & Early Stop

Compute confidence:

0.0–1.0 based on:

  • correctness
  • validation
  • risk

Stop if:

  • confidence ≥ 0.85
  • no major issue
  • no failing tests

Output

[Confidence]
Score: <0-1>
Reason: <why>
Gaps: <missing>

Run Output (MANDATORY)

/home/vibe/aksclaw-data/runs/<run_id>/

must include:

  • progress.log
  • steps/
  • final_output.md
  • error.log (if failed)

Cleanup

COMPLETED:

  • keep summary only

FAILED:

  • keep all logs

Hard Rules

  • NEVER guess missing info
  • NEVER skip phases
  • NEVER run silently
  • MUST follow Execution Visibility
  • MUST avoid using skill for simple tasks

Mental Model

This is a controlled execution system, not free-form coding.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.75%
按下载量换算1,160

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills