Skip to content

docs(skill-upper): add YAML field comments - #185

Open
googs1025 wants to merge 1 commit into
alibaba:mainfrom
googs1025:feat/issue-174-yaml-field-comments
Open

docs(skill-upper): add YAML field comments#185
googs1025 wants to merge 1 commit into
alibaba:mainfrom
googs1025:feat/issue-174-yaml-field-comments

Conversation

@googs1025

Copy link
Copy Markdown
Contributor

Summary

  • add field-leading comments to skill-upper eval and case YAML templates
  • clarify generated YAML comment language rules while preserving technical identifiers
  • extend skill-upper scaffold eval checks for English-only output and key field comments

Verification

  • ruby -e 'require "yaml"; YAML.load_file("skills/skill-upper/assets/eval.yaml.tmpl"); YAML.load_file("skills/skill-upper/assets/case.yaml.tmpl"); puts "PASS templates"'
  • GOTOOLCHAIN=go1.26.4 make verify
  • GOTOOLCHAIN=go1.26.4 GIT_CONFIG_COUNT=1 GIT_CONFIG_KEY_0=commit.gpgsign GIT_CONFIG_VALUE_0=false make test

Closes #174

@googs1025
googs1025 requested a review from hittyt as a code owner August 13, 2026 03:23
@googs1025
googs1025 force-pushed the feat/issue-174-yaml-field-comments branch from fb108f5 to 5e41a93 Compare August 13, 2026 04:56
@googs1025
googs1025 force-pushed the feat/issue-174-yaml-field-comments branch from 5e41a93 to 3087221 Compare August 13, 2026 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add simple field comments to generated eval YAML files

1 participant