Agent Skills
› meamaturinlove221/TuringResearch_plus
› tulingresearch-qa-release
tulingresearch-qa-release
GitHub用于验证 TulingResearch Plus 的测试、代码检查、类型检查、打包及发布就绪状态。确保公共文档、合约测试与工作流同步,并维护发布清单和账本记录。
Trigger Scenarios
验证 TulingResearch Plus 测试
执行代码检查和类型检查
准备软件包或评估发布就绪状态
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


