meta-pytorch
@meta-pytorch Organization
Public Skills
sprint
by meta-pytorch
Work on a batch of GitHub issues in parallel using Agent Teams. Creates one worktree per issue with TDD enforcement, coordinates via a lead agent, then produces stacked PRs.
pre-submit-pr
by meta-pytorch
Validate changes before submitting a pull request. Run comprehensive checks including lint, tests, alignment review, and RFC analysis. Use before creating a PR, when asked if code is ready for review, or before pushing for PR.
update-docs
by meta-pytorch
Update documentation across the repo after API changes. Finds stale references in docs, examples, docstrings, and fixes them.
work-on-issue
by meta-pytorch
Start work on a GitHub issue. Extracts requirements, creates worktree, sets up TDD workflow.
implement
by meta-pytorch
Make tests pass. Invoke after /write-tests produces failing tests.
write-tests
by meta-pytorch
Write failing tests from requirements. Invoke for each todo before /implement.
alignment-review
by meta-pytorch
Review code changes for bugs and alignment with OpenEnv principles and RFCs. Use when reviewing PRs, checking code before commit, or when asked to review changes. Implements two-tier review model.
simplify
by meta-pytorch
Refactor code after tests pass. The "Refactor" phase of Red-Green-Refactor.
rfc-check
by meta-pytorch
Determine if proposed changes require an RFC. Use when planning significant changes, before starting major work, or when asked whether an RFC is needed.