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.
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…
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",…