[AMD] Add Claude skills for AMD CI workflows#8
Closed
michaelzhang-ai wants to merge 924 commits intomainfrom
Closed
[AMD] Add Claude skills for AMD CI workflows#8michaelzhang-ai wants to merge 924 commits intomainfrom
michaelzhang-ai wants to merge 924 commits intomainfrom
Conversation
…gl-project#19610) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
…gl-project#18442) Co-authored-by: Zeyu Wang <zeyu.wang@yahooinc.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Brayden Zhong <b8zhong@uwaterloo.ca>
Co-authored-by: ishandhanani <82981111+ishandhanani@users.noreply.github.com>
Co-authored-by: Your Name <you@example.com>
Signed-off-by: Shangming Cai <csmthu@gmail.com>
…roject#19389) Co-authored-by: luoyuan.luo <luoyuan.luo@antgroup.com>
Co-authored-by: yingluosanqian <yingluosanqian@gmail.com> Co-authored-by: daiweitao <dwti614707404@163.com> Co-authored-by: Mick <mickjagger19@icloud.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
…e_batch (sgl-project#19568) Co-authored-by: vincent <vincent@vincentdeMacBook-Pro.local> Co-authored-by: hnyls2002 <lsyincs@gmail.com> Co-authored-by: Liangsheng Yin <hnyls2002@gmail.com>
…gl-project#18941) Co-authored-by: Claude <noreply@anthropic.com>
…gl-project#18282) Co-authored-by: wunhuang <wunhuang@amd.com>
Co-authored-by: Bingxu Chen <Bingxu.Chen@amd.com>
…ion in dump comparator (sgl-project#19679)
…s model (sgl-project#20091) Signed-off-by: Lancer <maruixiang6688@gmail.com>
Co-authored-by: Yihan Chen <yingluosanqian@gmail.com>
Co-authored-by: luoyuan.luo <luoyuan.luo@antgroup.com>
bb5f306 to
47109f9
Compare
Add two Claude Code skills under .claude/skills/amd/ that encode AMD-specific development workflows, complementing the existing upstream skills: - enable-amd-nightly-model: End-to-end workflow for enabling a new model in AMD nightly CI (architecture research, backend selection with auto-detection logic, test files for MI30x/MI35x, CI YAML updates, validation) - write-amd-nightly-test: Guide for writing AMD nightly accuracy and performance tests covering all test patterns (standalone GSM8K, shared evaluator, LMEvalMixin, VLM MMMU, NightlyBenchmarkRunner), CI registration, runner labels, and platform variants All backend choices, runner labels, suite names, and test patterns verified against the current codebase.
47109f9 to
4836f76
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add three Claude Code skills that encode AMD-specific development workflows for SGLang, complementing the existing upstream skills (
add-jit-kernel,add-sgl-kernel,sglang-bisect-ci-regression,write-sglang-test).New Skills
enable-amd-nightly-modelfix-amd-ci-regressiontriton_backend.pybut missesaiter_backend.py, plus classification of error types and fix patternswrite-amd-nightly-testregister_amd_ci), suite naming, MI30x/MI35x platform variants, and GSM8K benchmark patternsMotivation
These workflows have been used repeatedly for AMD model enablement (MiniMax-M2.5, GLM-5, Kimi-K2.5, DeepSeek-V3.2, Qwen-3.5, etc.) and bug fixes (PR sgl-project#19113, PR sgl-project#19736). Formalizing them as skills allows AI agents to execute them consistently without needing to rediscover the patterns each time.
Design
SKILL.mdformat as existing upstream skillsTest plan