BeClaude

triaging-issues

New
97.3kSmitheryGeneralby pytorch

Triages GitHub issues by routing to oncall teams, applying labels, and closing questions. Use when processing new PyTorch issues or when asked to triage an issue.

First seen 5/22/2026

Summary

This skill automates GitHub issue triage by routing issues to the correct oncall team, applying relevant labels, and closing questions or support requests.

  • It helps maintainers and contributors quickly process new PyTorch issues, reducing manual overhead and ensuring consistent triage workflows.

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "triaging-issues": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp

Use Cases

Automatically assign the appropriate oncall team to a new PyTorch bug report.
Apply labels like 'bug', 'enhancement', or 'question' to incoming GitHub issues.
Close issues that are support questions or not actionable, with a polite comment.
Triage a batch of unprocessed issues in a PyTorch repository to clear the backlog.
Route a feature request to the relevant team and add the 'feature' label.
Re-triage an existing issue after a label or team assignment change is needed.

Usage Examples

1

/triaging-issues https://github.com/pytorch/pytorch/issues/12345

2

Triage the latest 10 unlabeled issues in the pytorch/pytorch repo.

3

Apply the 'bug' label and route issue #67890 to the 'core' oncall team.

View source on GitHub
productivitycommunication

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is triaging-issues?

This skill automates GitHub issue triage by routing issues to the correct oncall team, applying relevant labels, and closing questions or support requests. It helps maintainers and contributors quickly process new PyTorch issues, reducing manual overhead and ensuring consistent triage workflows.

How to install triaging-issues?

To install triaging-issues: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "triaging-issues": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is triaging-issues best for?

triaging-issues is a mcp categorized under General. It is designed for: productivity, communication. Created by pytorch.

What can I use triaging-issues for?

triaging-issues is useful for: Automatically assign the appropriate oncall team to a new PyTorch bug report.; Apply labels like 'bug', 'enhancement', or 'question' to incoming GitHub issues.; Close issues that are support questions or not actionable, with a polite comment.; Triage a batch of unprocessed issues in a PyTorch repository to clear the backlog.; Route a feature request to the relevant team and add the 'feature' label.; Re-triage an existing issue after a label or team assignment change is needed..