aiobotocore
Automate async AWS library maintenance, releases, and pull request reviews
All Skills in This Repository (10)
Pure Emerald Level Indicatorsdraft-release
Draft release PRs for aiobotocore by analyzing merged pull requests and updating changelogs.
port-tests
Automates conversion of botocore sync tests to aiobotocore async tests with pytest validation and commits successful changes.
complete-run
Post summary replies and swap ๐ reactions for ๐ on GitHub events.
analyze-pr-feedback
Analyze GitHub PR feedback threads and generate structured action plans.
open-pr
Create or update aiobotocore pull requests from templates with checklist verification.
update-botocore-bounds
Update botocore and boto3 dependency bounds in pyproject.toml and refresh uv.lock.
review-pr
Automate botocore pull request reviews with CLAUDE.md, override-drift, and async-need checks.
check-async-need
Classify botocore version bumps as no-port, port-required, or ambiguous for aiobotocore.
check-override-drift
Analyze aiobotocore PR diffs for drift against botocore source code.
pyright-delta
Detect new pyright errors introduced by pull requests in modified files.
Frequently Asked Questions
FAQPage SchemaHow to install aiobotocore skills?โผ
Run `npx skills add aio-libs/aiobotocore --all -g -y` in your terminal to install the full skill suite globally.
What is aiobotocore used for?โผ
It is an async Python client for AWS services like S3, DynamoDB, and SQS, built on top of botocore for non-blocking applications.
Can AI automate aiobotocore releases?โผ
Yes. The draft-release skill reads merged pull requests, computes the next version, writes the changelog, and opens a release PR automatically.
How does the AI review pull requests?โผ
The review-pr skill checks diffs against project rules, flags high-confidence bugs, and posts inline comments only when issues are confirmed.
Do these skills work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code and compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core