Python library review
Governed, replay-tested agent skills for Codex-style maintainer workflows.
npx -y skills add 2702207741-dev/agent-skills-pipeline --skill python-library-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Review changes to this Python library for API compatibility, behavioral regressions, missing tests, and release readiness.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.3 KB, as published. Nobody here has run it
Python Library Review
Review changes to the sample library as a maintainer would review a pull request. Findings come before summaries and every approval names its evidence.
When to Use
- A pull request changes public Python functions or their error behavior.
- Tests, packaging metadata, or release notes change.
- A maintainer needs an approve or request-changes recommendation.
Do not use this skill to author a feature from scratch or to publish a release.
Workflow
- Read the issue, diff, public functions, and nearby tests.
- Reproduce the reported behavior with the smallest safe command.
- Check compatibility, failure handling, boundary cases, and release impact.
- Run
python -m unittest discover -s tests -v. - Report findings by severity, then state approve or request changes.
Verification Checklist
- The issue and affected public behavior are identified.
- Success, failure, and boundary behavior are covered.
- Tests pass without network access or credentials.
- Release impact and rollback are stated.
- The final recommendation is explicit.