From quality-tooling
Analyzes the PyTorch repository against ML framework-specific quality standards and provides actionable recommendations for improvement
How this skill is triggered — by the user, by Claude, or both
Slash command
/quality-tooling:pytorch-quality-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyzes the PyTorch repository against ML framework-specific quality standards and provides actionable recommendations for improvement.
Analyzes the PyTorch repository against ML framework-specific quality standards and provides actionable recommendations for improvement.
/pytorch-quality-analysis [repository-url]
/pytorch-quality-analysis https://github.com/pytorch/pytorch
/pytorch-quality-analysis https://github.com/pytorch/torchtune
/pytorch-quality-analysis https://github.com/pytorch/serve
The generic quality-repo-analysis skill evaluates repositories against infrastructure-focused dimensions (CI/CD, container images, coverage tracking). PyTorch and ML frameworks have unique quality patterns that require specialized analysis:
This skill complements the generic analysis by adding ML-specific depth.
This skill evaluates PyTorch repositories across 6 weighted pillars:
instantiate_device_type_tests)@dtypes decorator)assert_close vs assertEqual)gradcheck, gradgradcheck)rtol, atol)torch.use_deterministic_algorithms)__all__ exports).claude/rules/, .claude/skills/)torch.accelerator)torch.export)torch.compile performance trackingtorch.profiler)The skill generates a comprehensive report in two formats:
A detailed markdown document saved as quality-analysis-{repo}.md with:
Reuses the existing html_generator.py from quality-repo-analysis to produce an interactive HTML dashboard with animated scores, color-coded severity, and collapsible sections.
Both files are created automatically when you run the skill.
The analysis compares repositories against these ML framework gold standards:
Each pillar is scored 0-10:
Overall score is weighted average:
This skill is designed to complement the generic quality-repo-analysis skill:
| Aspect | Generic Skill | PyTorch Skill |
|---|---|---|
| Scope | Any repository | ML frameworks (PyTorch-focused) |
| Dimensions | 7 (infra-focused) | 6 (ML-specific) |
| Patterns | CI/CD, containers, coverage | Gradcheck, OpInfo, Dynamo, distributed |
| Gold standards | odh-dashboard, notebooks, kserve | PyTorch upstream, JAX, TensorFlow |
quality-repo-analysis skill to be present in the same repository (reuses its html_generator.py for dashboard generation)SKILL.md — This documentationinstructions.md — Detailed analysis instructions for the agentsample_report.md — Example output reportCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
npx claudepluginhub ikredhat/skills-registry --plugin quality-tooling