Skills Plugins MCP Prompt Model 博客 我的中心
开发编程 #github #ai #mcp

github-todo-triage

Use this skill in this repository when asked to fetch, review, triage, or update todos from GitHub issues and pull requests, especially for xing5/mcp-google-sheets. It defines the local workflow for refreshing GitHub state, reviewing new work, prioritizing next actions, and maintaining the repo todo status ledger.

DeepseekModel 官方收录技能 质量 优秀 · 90 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=xing5-mcp-google-sheets-codex-skills-github-todo-triage-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name github-todo-triage description Use this skill in this repository when asked to fetch, review, triage, or update todos from GitHub issues and pull requests, especially for xing5/mcp-google-sheets. It defines the local workflow for refreshing GitHub state, reviewing new work, prioritizing next actions, and maintaining the repo todo status ledger. GitHub Todo Triage Use this workflow when the user asks to check GitHub issues, pull requests, project todos, maintainer status, or what to work on next. State Files Status ledger: TODO_STATUS.md Raw GitHub snapshots: .codex/github-todos/ Fetch helper: .codex/skills/github-todo-triage/scripts/fetch-todos.sh Workflow Confirm the repo and account. Run git remote -v and gh auth status . Prefer the active xing5 GitHub account when working on this repository. Use gh repo view --json nameWithOwner -q .nameWithOwner or the origin remote to identify the GitHub repo. Refresh GitHub state. Run .codex/skills/github-todo-triage/scripts/fetch-todos.sh . If the script fails, run equivalent gh issue list and gh pr list commands manually. Do not close, merge, label, assign, or comment on GitHub unless the user explicitly asks. Review open issues. Group issues into: bugs/support, feature requests, docs/setup, ecosystem/registry, and stale or closeable. Check whether main already implements the requested capability before treating an issue as active work. For support issues, look for reproduction details, version, auth mode, transport, and client. Review open PRs. Check mergeability, conflicts, review comments, changed files, and overlap with other PRs. Prefer small clean bugfix PRs before large overlapping feature/refactor PRs. Treat conflicting PRs as active only after rebasing or replacing them against current main . Enforce the test gate. Do not implement or merge feature changes before defining the tests that prove the behavior. Prefer unit tests with fake Google API services for request construction, argument handling, return shape, and error paths. Use live Google integration tests only for behavior that cannot be validated with fakes, and keep them opt-in through environment variables. For every PR, record whether tests are missing, unit-only, integration-ready, or verified live. Update TODO_STATUS.md . Preserve existing completed work and status notes unless they are superseded by fresh GitHub state. Include the refresh date, source commands or snapshot path, priority buckets, active PR review queue, closeable issues, and open questions. Mark items with clear statuses: todo , review , blocked , closeable , merged , or done . Report to the user. Lead with counts and highest-priority actions. Separate "do now", "review/merge", "close or respond", and "backlog". Mention files changed locally and any verification performed. Prioritization Rules P0: Bugs that break MCP stdio framing, startup, auth, or core read/write flows. P1: Clean, small PRs that unblock many users or fix support load. P2: User-visible features with clear scope and existing PRs. P3: Docs, registry/listing work, and ecosystem opportunities. Backlog: Broad platform features without a design, stale requests, and commercial solicitations. Test Requirements Baseline local command should be lightweight and credential-free. Live integration tests must require explicit opt-in, for example RUN_GOOGLE_INTEGRATION=1 . Required live-test inputs should be paths or IDs, not pasted secrets: SERVICE_ACCOUNT_PATH or CREDENTIALS_CONFIG DRIVE_FOLDER_ID for a disposable test folder Optional TEST_SPREADSHEET_ID for read/update tests against a pre-created disposable spreadsheet Tests that create files must name them with a clear temporary prefix and clean up when possible. Never run destructive live tests against user production spreadsheets. Useful Commands .codex/skills/github-todo-triage/scripts/fetch-todos.sh gh issue list --repo xing5/mcp-google-sheets --state open -- limit 100 gh pr list --repo xing5/mcp-google-sheets --state open -- limit 100 gh pr view <number> --repo xing5/mcp-google-sheets --json mergeStateStatus,mergeable,changedFiles,additions,deletions,latestReviews,statusCheckRollup,comments gh issue view <number> --repo xing5/mcp-google-sheets --comments
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。