meta-pytorch

meta-pytorch

@meta-pytorch Organization

GitHub
9 Skills
17186 Total Stars
February 2026 Joined

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.

Code Gen 1.9K 3mo ago

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.

Code Review 1.9K 3mo ago

update-docs

by meta-pytorch

Update documentation across the repo after API changes. Finds stale references in docs, examples, docstrings, and fixes them.

API Dev 1.9K 3mo ago

work-on-issue

by meta-pytorch

Start work on a GitHub issue. Extracts requirements, creates worktree, sets up TDD workflow.

Agents 1.9K 3mo ago

implement

by meta-pytorch

Make tests pass. Invoke after /write-tests produces failing tests.

Refactoring 1.9K 4mo ago

write-tests

by meta-pytorch

Write failing tests from requirements. Invoke for each todo before /implement.

Agents 1.9K 4mo ago

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.

Code Review 1.9K 4mo ago

simplify

by meta-pytorch

Refactor code after tests pass. The "Refactor" phase of Red-Green-Refactor.

Code Gen 1.9K 4mo ago

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.

Code Gen 1.9K 4mo ago