pytorch/pytorch
These skills were imported into SkillJury from the public skills ecosystem.
docstring
This skill describes how to write docstrings for functions and methods in the PyTorch project, following the conventions in torch/_tensor_docs.py and torch/nn/functional.py .
pr-review
Review PyTorch pull requests focusing on what CI cannot check: code quality, test coverage adequacy, security vulnerabilities, and backward compatibility.
add-uint-support
This skill helps add support for unsigned integer types (uint16, uint32, uint64) to PyTorch operators by updating their AT_DISPATCH macros.
at-dispatch-v2
This skill helps convert PyTorch's legacy AT_DISPATCH macros to the new AT_DISPATCH_V2 format, as defined in aten/src/ATen/Dispatch_v2.h .
metal-kernel
This skill guides you through implementing Metal kernels for PyTorch operators on Apple Silicon.
triaging-issues
This skill helps triage GitHub issues by routing issues, applying labels, and leaving first-line responses.
aoti-debug
This skill helps diagnose and fix common AOTInductor issues.
skill-writer
Guide for creating well-structured Agent Skills for Claude Code with best practices and validation.