Skip to main content
mochan-tk
GitHub 创作者资料

mochan-tk

按仓库查看 9 个 GitHub 仓库中的 53 个已收集 skills。

已收集 skills
53
仓库
9
更新
2026年8月25日
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

codex-automation
其他计算机职业

Designs supported Codex Scheduled tasks, repository hooks, MCP connections, and optional GitHub Action integrations with least privilege and an explicit human trust boundary. Use when a recurring task, event-driven check, external tool connection, scheduled…

2026年8月12日
context-collection
其他计算机职业

Collects the minimum project context needed for later distillation while preserving source provenance and governed originals. Use when new documents, interviews, meetings, external-tool records, research, or contradictory source material must enter the…

2026年8月12日
context-distillation
其他计算机职业

Distills provenance-linked context into reviewable requirements, decisions, non-goals, and vocabulary with an explicit agreement-merge boundary. Use after collection, before planning from new project knowledge, when sources conflict, or when durable guidance…

2026年8月12日
plan-management
其他计算机职业

Builds and maintains the executable GitHub Issue graph of Epics, Task sub-issues, dependencies, origin links, and the actionable frontier. Use when creating or splitting work, wiring blockers, planning a rolling wave, deciding what can run next or in…

2026年8月12日
project-onboarding
其他计算机职业

Guides Codex through measured onboarding of a new or existing repository, including command characterization, legacy characterization-test work, post-agreement project tuning, and license evidence. Use when a template is first adopted, repository commands or…

2026年8月12日
retro
其他计算机职业

Turns repeated project or agent-system friction into the smallest traceable improvement to guidance, skills, templates, tests, or gates while controlling always-on context and upstream flow. Use on a first occurrence that needs a retro candidate, a second…

2026年8月12日
session-orchestration
其他计算机职业

Runs, delegates, coordinates, and crash-resumes GitHub Tasks and sibling Epic phases through Codex subagents while keeping ownership, plans, evidence, and outcomes authoritative on GitHub. Use when starting or delegating a Task, conducting a program or Epic,…

2026年8月12日
task-routing
其他计算机职业

Routes a GitHub Task to the appropriate Codex app, CLI, IDE, or cloud surface and records an advisory role and reasoning tier without pinning a model. Use while drafting a Task, assigning its single exec label, changing environments after new evidence, or…

2026年8月12日
已展示 8 / 9 个已收集 Skill。
project-onboarding
未分类

Tune this generic scaffold to a concrete target project — inventory the repo, interview only the gaps, verify every command by actually running it, fill or remove every CUSTOMIZE block, and deliver one evidence-backed onboarding PR. Use this whenever the…

2026年8月18日
session-orchestration
未分类

Protocol for running work through parent/child agent sessions (e.g., the GitHub Copilot app's session tree, or any orchestrator dispatching cloud-agent runs). Use this whenever a session spawns or reports to another session, when starting work on a Task issue…

2026年8月18日
task-routing
未分类

Decide where and with what each Task issue should run — execution surface (exec:cloud / exec:app / exec:cli / exec:ide label), suggested agent role, and suggested model/reasoning effort. Use this while decomposing an Epic, when filling the Routing block of…

2026年8月18日
plan-management
项目管理专家

Build and maintain the executable plan as a GitHub issue graph — Epics, just-in-time Task decomposition, blocked-by dependencies, the actionable frontier, and replanning after deviations. Use this whenever creating or splitting issues, deciding what can run…

2026年8月16日
retro
软件开发工程师

Convert repeated failures, recurring review comments, and incidents into permanent system improvements — targeted diffs to instructions, skills, agreements, templates, or CI, delivered as small `retro:` PRs and logged. Use this when the same class of mistake…

2026年8月16日
verification
软件质量保证分析师与测试员

Prove that work meets its Task issue — layered verification gates, the pre-PR checklist, the acceptance-criteria evidence table, and CI-failure triage. Use this before marking any PR ready for review, when writing the Verification section of a task brief,…

2026年8月16日
context-collection
软件开发工程师

Land raw project information — meeting notes, existing specs, domain research, external tool exports, interview answers — into .github/docs/context/ with provenance, so later phases and stateless agents can use it. Use this at project kickoff, whenever new…

2026年8月11日
context-distillation
软件开发工程师

Turn raw material in .github/docs/context/ into reviewed agreements (requirements with REQ-### IDs, ADRs, glossary, non-goals) and place each piece of knowledge in the right context tier — always-on instructions, path-scoped instructions, or on-demand…

2026年8月11日
project-onboarding
未分类

Assess and propose repository onboarding safely. Use when adopting or re-tuning this kit. Do not use for ordinary feature implementation.

2026年8月25日
context-collection
未分类

Collect bounded source context with provenance. Use when requirements must be gathered. Do not use to approve agreements or execute implementation.

2026年8月25日
context-distillation
未分类

Distill pinned context into reviewable agreements. Use when evidence must become requirements or decisions. Do not use for raw collection.

2026年8月25日
plan-management
未分类

Maintain the canonical Issue graph and rolling plan. Use when decomposing or replanning durable work. Do not use to execute a Task.

2026年8月25日
retro
未分类

Convert failures into stronger controls. Use after recurrence, a material incident or rejected PR, or scheduled hygiene. Do not use for one-off repair or feedback transport.

2026年8月25日
session-orchestration
未分类

Coordinate durable Task attempts and recovery. Use when supervising bounded execution contexts. Do not use as a runtime identity guarantee.

2026年8月25日
task-routing
未分类

Recommend a bounded execution route from evidence. Use when a planned Task needs placement. Do not use to claim runtime support or dispatch.

2026年8月25日
verification
未分类

Verify acceptance against exact current evidence. Use when defining Verification sections, triaging CI, or judging a Task or pull request. Do not use to approve agreements or final completion.

2026年8月25日
context-distillation
软件开发工程师

Turn raw material in docs/context/ into reviewed agreements (requirements with REQ-### IDs, ADRs, glossary, non-goals) and place each piece of knowledge in the right context tier — always-on instructions, path-scoped instructions, or on-demand skills/docs.…

2026年8月3日
project-onboarding
软件开发工程师

Tune this generic scaffold to a concrete target project — inventory the repo, interview only the gaps, verify every command by actually running it, fill or remove every CUSTOMIZE block, and deliver one evidence-backed onboarding PR. Use this whenever the…

2026年8月3日
session-orchestration
软件开发工程师

Protocol for running work through parent/child agent sessions (e.g., a Claude Code orchestrator session spawning worktree-isolated child sessions or subagents, or any orchestrator dispatching cloud-agent runs). Use this whenever a session spawns or reports to…

2026年8月3日
verification
软件质量保证分析师与测试员

Prove that work meets its Task issue — layered verification gates, the pre-PR checklist, the acceptance-criteria evidence table, and CI-failure triage. Use this before marking any PR ready for review, when writing the Verification section of a task brief,…

2026年8月3日
plan-management
项目管理专家

Build and maintain the executable plan as a GitHub issue graph — Epics, just-in-time Task decomposition, blocked-by dependencies, the actionable frontier, and replanning after deviations. Use this whenever creating or splitting issues, deciding what can run…

2026年8月3日
context-collection
软件开发工程师

Land raw project information — meeting notes, existing specs, domain research, external tool exports, interview answers — into docs/context/ with provenance, so later phases and stateless agents can use it. Use this at project kickoff, whenever new source…

2026年8月3日
retro
软件开发工程师

Convert repeated failures, recurring review comments, and incidents into permanent system improvements — targeted diffs to instructions, skills, agreements, templates, or CI, delivered as small `retro:` PRs and logged. Use this when the same class of mistake…

2026年8月3日
task-routing
软件开发工程师

Decide where and with what each Task issue should run — execution surface (exec:cloud / exec:app / exec:cli / exec:ide label), suggested agent role, and suggested model/reasoning effort. Use this while decomposing an Epic, when filling the Routing block of…

2026年8月3日
context-collection
软件开发工程师

Land raw project information — meeting notes, existing specs, domain research, external tool exports, interview answers — into docs/context/ with provenance, so later phases and stateless agents can use it. Use this at project kickoff, whenever new source…

2026年7月18日
context-distillation
软件开发工程师

Turn raw material in docs/context/ into reviewed agreements (requirements with REQ-### IDs, ADRs, glossary, non-goals) and place each piece of knowledge in the right context tier — always-on instructions, path-scoped instructions, or on-demand skills/docs.…

2026年7月18日
plan-management
软件开发工程师

Build and maintain the executable plan as a GitHub issue graph — Epics, just-in-time Task decomposition, blocked-by dependencies, the actionable frontier, and replanning after deviations. Use this whenever creating or splitting issues, deciding what can run…

2026年7月18日
project-onboarding
软件开发工程师

Tune this generic scaffold to a concrete target project — inventory the repo, interview only the gaps, verify every command by actually running it, fill or remove every CUSTOMIZE block, and deliver one evidence-backed onboarding PR. Use this whenever the…

2026年7月18日
retro
软件开发工程师

Convert repeated failures, recurring review comments, and incidents into permanent system improvements — targeted diffs to instructions, skills, agreements, templates, or CI, delivered as small `retro:` PRs and logged. Use this when the same class of mistake…

2026年7月18日
session-orchestration
软件开发工程师

Protocol for running work through parent/child agent sessions (e.g., the GitHub Copilot app's session tree, or any orchestrator dispatching cloud-agent runs). Use this whenever a session spawns or reports to another session, when starting work on a Task issue…

2026年7月18日
task-routing
软件开发工程师

Decide where and with what each Task issue should run — execution surface (exec:cloud / exec:app / exec:cli / exec:ide label), suggested agent role, and suggested model/reasoning effort. Use this while decomposing an Epic, when filling the Routing block of…

2026年7月18日
verification
软件质量保证分析师与测试员

Prove that work meets its Task issue — layered verification gates, the pre-PR checklist, the acceptance-criteria evidence table, and CI-failure triage. Use this before marking any PR ready for review, when writing the Verification section of a task brief,…

2026年7月18日
project-onboarding
软件开发工程师

Tune this generic scaffold to a concrete target project — inventory the repo, interview only the gaps, verify every command by actually running it, fill or remove every CUSTOMIZE block, and deliver one evidence-backed onboarding PR. Use this whenever the…

2026年8月10日
plan-management
软件开发工程师

Build and maintain the executable plan as a GitHub issue graph — Epics, just-in-time Task decomposition, blocked-by dependencies, the actionable frontier, and replanning after deviations. Use this whenever creating or splitting issues, deciding what can run…

2026年8月9日
session-orchestration
其他计算机职业

Protocol for running work through parent/child agent sessions (e.g., the GitHub Copilot app's session tree, or any orchestrator dispatching cloud-agent runs). Use this whenever a session spawns or reports to another session, when starting work on a Task issue…

2026年8月8日
task-routing
其他计算机职业

Decide where and with what each Task issue should run — execution surface (exec:cloud / exec:app / exec:cli / exec:ide label), suggested agent role, and suggested model/reasoning effort. Use this while decomposing an Epic, when filling the Routing block of…

2026年8月8日
retro
软件开发工程师

Convert repeated failures, recurring review comments, and incidents into permanent system improvements — targeted diffs to instructions, skills, agreements, templates, or CI, delivered as small `retro:` PRs and logged. Use this when the same class of mistake…

2026年8月6日
verification
软件质量保证分析师与测试员

Prove that work meets its Task issue — layered verification gates, the pre-PR checklist, the acceptance-criteria evidence table, and CI-failure triage. Use this before marking any PR ready for review, when writing the Verification section of a task brief,…

2026年8月6日
已展示 9 / 9 个仓库
已展示全部仓库