Agent Skills
› meamaturinlove221/TuringResearch_plus
› tulingresearch-qa-release
tulingresearch-qa-release
GitHub用于验证TulingResearch Plus的发布就绪状态,执行发布门禁、代码检查及类型校验。确保合同测试、工作流测试与公共文档保持一致,更新项目账本并维持命名规范,保障发布质量。
Trigger Scenarios
用户请求验证发布就绪状态
需要运行发布门禁检查
涉及合同或工作流测试更新
需要更新公共发布文档
Install
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.
Version History
- 48a7795 Current 2026-07-05 18:20


