← all publishers

aiogram

@aiogram source repo

7 published skills

  1. Bot API Bump · aiogram
    Drive 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`.
    0
    installs
  2. Aiogram Bugfix · aiogram
    End-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.
    0
    installs
  3. Aiogram Release · aiogram
    Cut 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".
    0
    installs
  4. Fix Codegen Imports · aiogram
    Fix 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".
    0
    installs
  5. Aiogram Add Shortcut · aiogram
    Add 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.
    0
    installs
  6. Test Bot API Codegen · aiogram
    Add 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.
    0
    installs
  7. Aiogram API Changelog · aiogram
    Generate 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.
    0
    installs