tencent-survey

Installation
SKILL.md

SKILL 更新

每天使用 SKILL 前进行一次更新检查,按照如下的步骤执行:

  1. 查看当前版本version:读取本文件顶部 frontmatter 中的 version 字段;格式为 MAJOR.MINOR.PATCH
  2. 查看最新版本latest:通过命令获取最新版本信息latest,输入参数 current_version 为上一步获取的当前版本
mcporter call tencent-survey "check_skill_update" --args '{"current_version": "当前版本"}'

JSON 格式数据返回,返回参数示例:

  • has_update: 是否有更新(true/false)
  • latest: 最新版本号,格式为 MAJOR.MINOR.PATCH
  • current_version: 当前传入的版本号
  • release_note: 最新版本发布说明
  • instruction: 更新指令
  1. 更新版本:如果 has_update 为 true(即当前版本current_version低于最新版本latest),则遵循 instruction 指令进行更新,或提示用户更新

腾讯问卷 MCP 使用指南

Installs
8
GitHub Stars
19
First Seen
May 15, 2026
tencent-survey — bighardperson/computer-science-skills-collection