Agent Skills
› Tencent/tgfx
› accept-baseline
accept-baseline
GitHub通过执行项目根目录的accept_baseline.sh脚本,接受截图基线变更并提交更新后的version.json文件。仅响应显式触发的命令。
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


