
Claude Skills by nv-action
github.com/nv-actionAutomates root-cause analysis of vLLM-Ascend CI failures triggered by upstream vLLM main branch updates. Given a GitHub Actions workflow run, this skill uses `.github/workflows/scripts/ci_log_summary.py` to extract failed test cases, summarize distinct root-cause errors, and recover the good/bad vLLM commits. It then manually correlates code bugs to specific upstream vLLM commits, generates a structured diagnostic report (`vllm_error_analyze.md`), applies adaptation fixes, and creates a PR wh...
Adapt vLLM-Ascend to track upstream vLLM main branch changes incrementally: detect commit drift, plan steps, adapt code, run CI, and commit verified changes. Use whenever the user mentions main2main, upgrading or syncing vllm-ascend to a newer vLLM commit, vLLM API changes breaking vllm-ascend, or provides both a vllm path and vllm-ascend path for syncing. Also triggers on: "vLLM broke our plugin", "bump the vLLM commit", "ascend CI failing after upstream update".
End-to-end release management skill for vLLM Ascend. Creates release checklist issues, identifies critical bugs, runs functional tests, invokes release note generation, and guides through the complete release process.