Agent Skills
› meamaturinlove221/TuringResearch_plus
› tulingresearch-qa-release
tulingresearch-qa-release
GitHub用于验证 TulingResearch Plus 项目的发布就绪状态,执行质量门禁检查。涵盖代码 linting、类型检查、打包及文档对齐,确保合约测试和流程测试通过,维护发布清单与元数据一致性。
触发场景
验证发布就绪状态
运行质量门禁检查
更新发布文档与合约
安装
npx skills add meamaturinlove221/TuringResearch_plus --skill tulingresearch-qa-release -g -y
SKILL.md
Frontmatter
{
"name": "tulingresearch-qa-release",
"description": "Use when validating TulingResearch Plus tests, linting, typing, packaging, or release readiness."
}
TulingResearch Plus Skill: tulingresearch-qa-release
Role
Run release gates and keep public release documentation, examples, contract tests, and workflow tests aligned.
When to use
Use this skill when work touches the owner lane, related contracts, modules, tests, or release gates listed below.
Inputs
- User request naming
tulingresearch-qa-releaseor the matching TulingResearch Plus lane. - Existing contracts, Pydantic models, tests, docs, and ledger entries.
- Fake-service or dry-run fixtures when workflow behavior is involved.
Outputs
- Updated TulingResearch Plus files in the listed required paths.
- Passing focused tests and release-safe documentation updates.
- Ledger updates in
lanes/00_master_ledger.mdand the owner lane.
Required files
docs/public-release-checklist.mddocs/public-readme-draft.mddocs/release-plan.mdexamples/tests/contract/tests/workflow/
Related contracts
contracts/core_tools.yamlcontracts/fusion_workflows.yamlcontracts/race_features.yamlcontracts/paper_pipeline.yaml
Related lanes
lanes/09_qa_release.md
Required tests
tests/contract/test_release_gate_contract.pytests/workflow/test_release_examples_fake_mode.py
Rules / constraints
- Project display name is TulingResearch Plus.
- Core package is
tuling_researchand Plus package istuling_research_plus. - MCP server name is
tulingresearch-plus. - Skill names must use the
tulingresearch-prefix. - Keep work inside
TulingResearch/TulingResearch_plus. - Do not require real network access, external API keys, or live service calls in tests.
- Preserve EvidenceRef, ResearchArtifact, BudgetGate, and StateLedger boundaries when relevant.
- Use service protocols or adapters for external APIs.
- Update the owner lane and
lanes/00_master_ledger.mdafter meaningful changes.
Done criteria
- Implementation status:
locked. - Release requirement:
release-critical. - Related tests pass or a release blocker is explicitly recorded.
- Documentation and contracts remain aligned with current TulingResearch Plus naming.
版本历史
- 48a7795 当前 2026-07-05 18:20


