Meta PyTorch
Official@meta-pytorch
Offers specialized engineering capabilities for tensor-based library maintenance, release documentation, and rigorous code quality assurance.
Agent Skills by Meta PyTorch
Showing 20 vetted skills indexed across 2 GitHub repositories.
hf-cli
Manages Hugging Face Hub repositories, models, datasets, and Spaces via the hf command-line interface.
openenv-cli
Scaffold, validate, build, and push OpenEnv agentic execution environments via the openenv CLI.
watch-pr
Monitor GitHub PR CI checks and Greptile reviews, auto-fixing failures until green.
update-docs
Detects stale documentation references after API changes and propagates fixes across the repository.
release
Deploys OpenEnv environments to Hugging Face Spaces and syncs canonical collections.
hf-space-recovery
Diagnose and recover failing Hugging Face Space deployments for OpenEnv environments.
sprint
Coordinates parallel GitHub issue resolution using agent teams, worktrees, TDD, and stacked PRs.
generate-openenv-env
Generate OpenEnv reinforcement learning environments from a use-case description.
feature-submission-reminder
Generate a Markdown dev-discuss post merging PyTorch release timelines with AI-identified features.
release-blog-features
Diff two release branches to generate a structured PyTorch blog feature draft.
categorize-miscategorized
Move miscategorized PR entries to correct release notes worksheets using headers and labels.
gen-release-notes
Generate and organize PyTorch release notes for a version and area.
process-cherry-picks
Extract cherry-pick entries from tracker issues into release notes worksheets and cherrypicks.md.
work-on-issue
Parse GitHub issues into goals, acceptance criteria, and constraints.
alignment-review
Assess code changes for alignment with OpenEnv principles and RFCs.
rfc-check
Determine if proposed changes require an RFC by applying criteria and checking conflicts.
write-tests
Generate failing test scaffolds from todos or requirements for TDD workflows.
pre-submit-pr
Automate pre-submit PR validation with linting, tests, and RFC analysis.
implement
Generate minimal code changes to fix failing tests from /write-tests runs.
simplify
Refactor Python code after tests pass to improve readability and maintainability.
Frequently Asked Questions About Meta PyTorch
FAQPage SchemaWhat specific tasks can be performed using these capabilities?▼
These capabilities enable the parsing of GitHub issues into acceptance criteria, the generation of failing test scaffolds for development, the validation of pull requests against RFC standards, and the systematic organization of release notes and cherry-pick entries for versioned software distributions.
Which personas benefit most from these technical capabilities?▼
Core maintainers, release managers, and software engineers working on large-scale tensor-based frameworks benefit from these capabilities. They are designed for contributors managing complex repository health, ensuring RFC compliance, and streamlining the documentation process for frequent software releases.
What are the prerequisites for implementing these maintenance functions?▼
Implementation requires an existing repository environment with established GitHub issue tracking, defined RFC documentation, and a structured release branch strategy. Users must have appropriate repository permissions to execute linting, test generation, and release note worksheet updates within their development environment.