Agent Skills
› Tencent/libpag
› accept-baseline
accept-baseline
GitHub用于接受截图基线变更并提交更新后的 version.json。仅在用户显式触发 /accept-baseline 时执行,直接运行项目根目录的脚本并遵循规范提交文件。
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


