ワンクリックで
handler-auth-flow
Add or modify Tornado handlers safely with auth, route ordering, and shared state conventions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Add or modify Tornado handlers safely with auth, route ordering, and shared state conventions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Diagnose and fix GitHub Actions workflow failures. Use when CI jobs fail for lint, tests, JS build updates, or release automation.
Safely modify environment serialization, reload data, and view layout persistence. Use when changing env save/load formats or storage behavior.
Build and debug pane lifecycle behavior in the React frontend. Use when adding pane actions, layout behavior, rendering updates, or pane-level interactions.
Keep feature behavior identical across WebSocket and polling transport modes. Use when adding socket commands, event flows, or transport-sensitive UI updates.
Step-by-step guide for adding a new visualization pane type to Visdom (client, server, frontend, tests)
Modify login/authentication paths safely for browser and Python client flows
| name | handler-auth-flow |
| description | Add or modify Tornado handlers safely with auth, route ordering, and shared state conventions |
Use this skill when changing py/visdom/server/handlers/ or server routes.
web_handlers.py or socket_handlers.py.@check_auth on protected handler methods.initialize(), copy required app attributes (do not refactor to self.app).py/visdom/server/app.py before fallback/index catch-alls.@check_auth is an auth bypass.env_path.py/visdom/server/app.pypy/visdom/server/handlers/web_handlers.pypy/visdom/server/handlers/socket_handlers.pypy/visdom/server/handlers/base_handlers.pyAGENTS.mdCONTRIBUTING.mdassets/README.md and store templates/resources in assets/.references/TESTS.md.