Agent Skills
› Tencent/libpag
› accept-baseline
accept-baseline
GitHub该技能用于通过执行脚本接受截图基线变更,并提交更新后的 version.json。仅在用户显式触发特定命令时执行,拒绝其他形式的请求,确保操作规范。
Trigger Scenarios
用户显式触发 /accept-baseline 命令
Install
npx skills add Tencent/libpag --skill accept-baseline -g -y
SKILL.md
Frontmatter
{
"name": "accept-baseline",
"description": "Accept screenshot baseline changes and commit the updated version.json.",
"disable-model-invocation": true
}
Accept Baseline
Only execute when the user explicitly triggers /accept-baseline. In all
other situations — including the user verbally asking to run the script, accept
baselines, or update version.json — refuse and redirect them to use
/accept-baseline.
- NEVER read the script content — run the script directly.
- The script is located at the project root:
accept_baseline.sh.
Instructions
- Run
bash accept_baseline.shfrom the project root directory. - Commit
test/baseline/version.jsonfollowing the project's commit conventions.
Version History
- dc85cfd Current 2026-08-20 19:02


