Skip to main content

shader-slang/slang-skills

SkillsMP 已收集 shader-slang/slang-skills 中的 30 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
30
GitHub 星标
1
GitHub Forks
4

这个仓库中的 skills

已展示 30 / 30 个已收集 Skill。

职业分类
软件开发工程师
描述

Use whenever output will name a specific person: release notes, changelogs, contributor lists, commit or PR attribution, code comments, issue and review replies, docs credits, or any prose referring to a human. Governs where a name may come from and how to…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Surface the open shader-slang PRs needing human attention with a bundled gh-only Python script (scripts/pr_report.py): an assignee-grouped escalation report computed entirely from live GitHub state (read-only; no writes; optional Discord/Slack mentions). Use…

原文语言:英语

更新
职业分类
其他计算机职业
描述

Bridge from /slang-maintain workflow steps to concrete slang-mcp tool calls. Read-only except an optional, user-confirmed post of the generated daily report to Slack. Task recipes live in sibling files.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Reproduces the shader-slang/slang production PR-review bot (anthropics/claude-code-action@v1 + .github/workflows/claude-pr-review.yml) locally. Same claude CLI, same user prompt, same system-prompt append, same model, same six .claude/agents/* subagents, same…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Write-heavy Slang release engineering: update the SPIRV-Tools/SPIRV-Headers submodules and integrate GitHub master into the internal GitLab forks (the slang + slang-rhi + slangpy OptiX triad). Use when cutting a release, syncing SPIRV, or rebasing the GitLab…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement changes in the Slang compiler. Edit code, write tests, format, commit.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Analyze a Slang compiler bug from a test failure, CI log, or GitHub issue. Only invoke when explicitly called via /slang-fix-bug.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Review a Slang compiler PR for correctness, evaluate review feedback, implement fixes, and manage review threads. Only invoke when explicitly called via /slang-review-pr.

原文语言:英语

更新
职业分类
软件开发工程师
描述

GitHub operations for the Slang compiler. Clone, branch, PR, issues, CI.

原文语言:英语

更新
职业分类
软件开发工程师
描述

GitHub operations for SlangPy. Clone, branch, PR, issues, CI.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Resolve GitHub PR review feedback and CI failures. Use when asked to monitor a PR, handle LLM and human review threads and general PR comments from Copilot, CodeRabbit, Gemini, or other AI reviewers, verify the PR's head branch matches the current worktree…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Create and publish a GitHub pull request for Slang work, defaulting to the local origin remote and using draft PRs only for shader-slang/* targets unless the user specifies another repository, remote, or draft option. Use for Slang-related PR creation…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Platform-aware test runner for the Slang compiler. Only invoke when explicitly called via /slang-run-tests or referenced by other skills.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Platform-aware build, test, and CI inspection for the Slang compiler. Use when configuring CMake, compiling slangc/slang-test, running slang-test, inspecting CI runs, or doing regression bisects. Invoke directly via /slang-build.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Read-only investigation of the Slang compiler codebase. Navigate source, trace compiler pipelines, understand architecture.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Read and write Slang compiler documentation.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Clone, build, and test SlangPy. Use when the repo needs setup, a rebuild, or when tests fail.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Read-only investigation of the SlangPy codebase. Navigate source, trace the functional API call path, understand architecture, apply review lenses.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement changes in SlangPy. Edit code, write tests, format, commit.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Read and write SlangPy documentation.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Test coverage analysis and gap-filling for Slang language features. Only invoke when explicitly called via /slang-analyze-coverage.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Optimize Slang autodiff backward kernel performance by analyzing register pressure, checkpoint storage, and spills. Use when investigating slow backward kernels, removing custom [BackwardDerivativeOf] functions, or reducing register pressure in differentiable…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Create clear, well-structured GitHub issues and pull requests for the Slang compiler repository. Only invoke when explicitly called via /slang-create-issue.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Root cause investigation for Slang compiler bugs. Only invoke when explicitly called via /slang-investigate or from slang-fix-bug.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Install and use sti, a fast parallel test runner that replaces direct slang-test usage with crash recovery, retries, and better output.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Orchestrator that researches a language feature, produces a test plan for user review, and fans out parallel agents that each deliver test branches with commits. Only invoke when explicitly called via /slang-test-feature.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Quick reference for writing Slang compiler tests (.slang files with //TEST directives). Only invoke when explicitly called via /slang-write-test.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Manage multiple Claude Code agent sessions running in tmux. Report a status summary of all sessions, deliver instructions to a specific agent via tmux send-keys, and automatically monitor the agent after each send to detect permission prompts, clarifying…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Manage multiple Claude Code agent sessions running in Zellij. Report a status summary of all sessions, deliver instructions to a specific agent via zellij action send-keys, and automatically monitor the agent after each send to detect permission prompts,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Evaluate the current session's skill effectiveness. Only invoke when explicitly called via /slang-evaluate-session.

原文语言:英语

更新
已展示 30 / 30 个已收集 Skill。