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


