Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

slang

slang contient 11 skills collectées depuis shader-slang, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
11
Stars
5.4k
mis à jour
2026-06-02
Forks
463
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

design-docs-incremental-update
Développeurs de logiciels

Incrementally refresh the LLM-generated design docs under docs/generated/design/. Use when the user asks to update, refresh, or regenerate the generated design documentation after source changes. Runs the three-stage operator loop defined in docs/generated/design/_meta/regenerate.md - (1) regenerate stale docs (Claude), (2) direct the user to run the non-Claude review, (3) apply remediation (Claude) - with explicit confirmation before stages 1 and 3.

2026-06-02
slang-review-clarity
Analystes en assurance qualité des logiciels et testeurs

Review Slang changes for high-level clarity. Use whenever reviewing PRs or diffs for code quality or correctness. Produces candidate review comments in a markdown file.

2026-05-29
slang-review-clarity-workflow
Analystes en assurance qualité des logiciels et testeurs

Run the full Slang clarity review workflow: generate high-level and fine-grained candidates, consolidate overlap, filter for PR-author scope, and optionally post one GitHub PR review. Use when asked to perform an end-to-end clarity-focused review.

2026-05-29
slang-review-consolidate-candidates
Analystes en assurance qualité des logiciels et testeurs

Merge Slang clarity review candidate files and resolve overlapping, duplicate, or superseded comments. Use after high-level and fine-grained clarity review passes and before scope filtering or GitHub posting. Produces or updates one canonical candidate markdown file.

2026-05-29
slang-review-fine-grained-clarity
Analystes en assurance qualité des logiciels et testeurs

Review Slang changes for fine-grained clarity. Use whenever reviewing PRs or diffs for code quality or correctness. Produces candidate review comments in a markdown file.

2026-05-29
slang-review-post-github
Analystes en assurance qualité des logiciels et testeurs

Post filtered Slang clarity review candidates as one proper GitHub PR review. Use after candidate consolidation and scope filtering. Uses the bundled stdlib Python script to validate candidate formatting, map comments to PR diff lines, and submit a GitHub review through gh.

2026-05-29
slang-review-resolve-judgment-calls
Analystes en assurance qualité des logiciels et testeurs

Resolve Slang clarity review candidates marked as needing a judgment call. Use after consolidation and scope filtering, before posting, to perform focused follow-up analysis and decide whether uncertain candidates should be kept, revised, or dropped.

2026-05-29
slang-review-scope-filter
Analystes en assurance qualité des logiciels et testeurs

Filter candidate review comments in place for PR-author ownership. Use after slang-review-consolidate-candidates, slang-review-clarity, or slang-review-fine-grained-clarity to conservatively keep only comments about code the PR author is justifiably responsible for addressing. Updates candidate status metadata in the markdown file.

2026-05-29
slang-release-process
Développeurs de logiciels

Push a new Slang release. Triggers CI, determines the version from the sprint board, generates release notes, creates an annotated tag, and pushes it to upstream.

2026-04-24
repro-remix
Développeurs de logiciels

Reproduce RTX Remix shader compilation issues locally. Clones dxvk-remix, replaces Slang with your local build, and compiles all RTX Remix shaders with SPIRV validation.

2026-02-12
slangpy-debug
Développeurs de logiciels

Debug slangpy compatibility issues by building slangpy from source with a local Slang build. Covers cloning, building, installing, and testing slangpy against your local Slang changes.

2026-02-12