Agent Skills
› Tencent/tgfx
› accept-baseline
accept-baseline
GitHub通过执行accept_baseline.sh脚本接受截图基线变更,并提交更新后的version.json。仅响应/accept-baseline命令,禁止读取脚本内容。
Trigger Scenarios
用户显式触发 /accept-baseline 命令
Install
npx skills add Tencent/tgfx --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
- 9d18f8c Current 2026-08-20 14:34


