Skip to main content

pydantic/monty

SkillsMP has collected 9 skills from pydantic/monty. Open a skill to review its source and details.

Latest recorded source activity
SkillsMP catalog refreshed
skills collected
9
GitHub stars
8,124
GitHub forks
413

Skills in this repository

Showing 9 of 9 collected skills.

occupation
unclassified
description

Review the current branch against its merge base for bugs, CPython divergence, sandbox escapes, resource-limit escapes, performance regressions, verbose comments and missing ./limitations/ or docs/ updates. Use for a general pre-merge review of a branch or PR.

updated
occupation
Software Developers
description

How to write prose that reads like human technical documentation rather than LLM output. Use whenever writing or editing docstrings, comments, limitations/ docs, READMEs, commit messages or PR descriptions, and when prose reads as smooth, salesy or generic.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Security review of the current branch against its merge base — sandbox escapes, memory errors, panics and resource-limit bypasses. Use when reviewing changes for security risk, or before merging anything touching heap.rs, path_security.rs, the wire protocol…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Read the review comments left by the known agent reviewers on the current PR, resolve and reply. Use when asked to deal with PR comments, review feedback, or bot review findings.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Fetch coverage diff from Codecov for the current branch or a specific PR. Shows uncovered lines, patch coverage, and overall coverage change.

updated
occupation
Software Developers
description

Use fastmod to make mass code updates to avoid many repetitive changes.

updated
occupation
Software Developers
description

Run and test Python code in a dedicated playground directory. Use when you need to execute Python scripts, test code snippets, investigate CPython behavior, or experiment with Python without affecting the main codebase.

updated
occupation
Software Developers
description

Check whether the common Python code an LLM would plausibly write still works on this branch, testing real cases in ./playground against CPython. Use to find behaviour that diverges from CPython or trips up ordinary idiomatic code.

updated
occupation
Software Developers
description

Rewrite excessively verbose comments and docstrings added by this branch, and delete tautologous ones. Use after writing a feature to tighten up its comments; this skill edits code rather than only reporting.

updated
Showing 9 of 9 collected skills.