用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ZaxbyHub/ragappv3 --skill e2e-regression-async-generators命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Document the discipline of propagating timestamp fields through token invalidation flows. Use when implementing access-token refresh reuse, password change epoch, or any token revocation flow that must invalidate outstanding tokens.
Document two anti-patterns in the auth override branch: (a) masking non-401 HTTPExceptions when falling back to an alternative auth mechanism, and (b) using inspect.isawaitable() instead of inspect.iscoroutine() on the evaluate closure, which yields None for async def overrides. Critical for auth dependencies with JWT + service-account (SA) fallback (get_chat_stream_auth_context, get_wiki_events_auth_context, and any override branch calling get_evaluate_policy).
Lightweight PR-time audit for whether changes are compatible with the actual RAGAPPv3 GitHub Actions workflow, dependency lockfiles, scripts, and cross-platform local validation.
基于 SOC 职业分类
正在显示 SKILL.md
| name | e2e-regression-async-generators |
| description | End-to-end regression tests for async generator copy logic |
| triggers | ["async generator","copy logic","done chunk","RAGEngine.query","regression test","integration bug","unit test gap"] |
| generated_from_knowledge | ["2274327e-4f6f-4a2f-b3eb-f1c915b14af2"] |
| source_knowledge_ids | ["2274327e-4f6f-4a2f-b3eb-f1c915b14af2","584bad6d-c7ee-4486-8ad4-3c4ef319e5ff"] |
| generated_at | 2026-07-06T17:07:25.088Z |
| confidence | 0.7 |
| status | active |
| version | 2 |
| skill_origin | generated |
When a code change touches copy logic inside an async generator path, prefer end-to-end tests that consume the full generator and assert specific values, not unit tests of private methods that hand-simulate the copy.
engine.query(...)).Canonical pattern: backend/tests/test_prompt_ab_variants.py::TestDoneMsgABKeysE2E
When delegating a task affected by this skill, include:
SKILLS: file:.opencode/skills/generated/e2e-regression-async-generators/SKILL.md