aiogram
- 7 skills
- 0 followers
- 11 hours ago last updated
- ▌ Bot API Bump · aiogramDrive a full Telegram Bot API version bump in aiogram from regeneration to green CI — codegen, missing imports, the hand-written enumeration sites, tests, docs, changelog and version files. Use when asked to "add support for Bot API X.Y", "update to the new Bot API", or after `make update-api`.
- ▌ Aiogram Bugfix · aiogramEnd-to-end loop for fixing a reported bug in aiogram — reproduce, fix at the root, add the regression test where this repo puts it, write the CHANGES fragment, run the exact CI checks. Use when the user references a GitHub issue number, reports broken behavior, or asks to fix/patch something in aiogram.
- ▌ Aiogram Release · aiogramCut an aiogram release — bump the version, build the changelog from the CHANGES fragments, verify the version-carrying files, tag. Use when asked to "prepare a release", "bump the version", "build the changelog", or "release 3.x.y".
- ▌ Fix Codegen Imports · aiogramFix missing imports in butcher-generated aiogram code (F821 "Undefined name" after `butcher apply`). Use when ruff reports undefined names in aiogram/enums, aiogram/types or aiogram/methods after a Bot API codegen run, or when the user says "fix codegen imports".
- ▌ Aiogram Add Shortcut · aiogramAdd or change a shortcut method on a Bot API type (Message.answer_*, reply_*, ChatMemberUpdated/CallbackQuery helpers) or a Default() sentinel, through .butcher config rather than hand-edited generated code. Use when asked to "add a shortcut", "add .answer_x", "forward a parameter to the shortcut", or to wire a bot-level default onto a field.
- ▌ Test Bot API Codegen · aiogramAdd tests for a freshly codegenerated Bot API update in aiogram, and catch the hand-written call sites butcher never touches. Use after `butcher apply all` / `make update-api`, when the user says "add tests for the new Bot API changes", "cover the codegen", or when a Bot API bump branch needs to reach 100% coverage.
- ▌ Aiogram API Changelog · aiogramGenerate a Bot API changelog fragment (CHANGES/<issue>.misc.rst) for aiogram. Use when the user asks for a changelog entry for a Bot API update, or invokes /aiogram-api-changelog with an issue id and a core.telegram.org changelog URL.