Codex 助手
- 作者仓库星标 0
- 作者仓库 skills-registry
Codex OSS Maintainer Toolkit
Use this skill to turn an open-source repository into a Codex-friendly maintainer workspace.
Quick Start
./install.sh --project --target /path/to/repo --yes
./install.sh --global --yes
python3 scripts/init_skill.py issue-triage
python3 scripts/quick_validate.py .codex/skills/issue-triage
What This Skill Optimizes
- project-level
AGENTS.md - maintainer-focused Codex skills
- issue triage and bug-investigation workflows
- PR review and release-note prompts
- reusable verification commands
- cross-session dev docs for long-running tasks
Recommended Workflow
Audit the repository
- Identify maintainer bottlenecks: issue triage, review latency, release friction, repeated debugging.
- Map the folders that need project-specific instructions.
Write AGENTS.md close to the work
- Keep global instructions short.
- Add repo-specific rules, validation commands, and ownership notes.
- Prefer operational guidance over abstract philosophy.
Move repeatable tasks into skills or scripts
- Use
scripts/init_skill.pyfor reusable task playbooks. - Put durable procedures in
references/. - Put deterministic checks in
templates/automation/or project scripts.
- Use
Design for maintainers, not demos
- Prioritize issue triage, review, release, dependency updates, and regression checks.
- Keep verification commands next to the workflow that needs them.
Validate before shipping
- Run targeted checks.
- Search for stale branding or paths.
- Keep templates and examples in sync.
Maintainer Workflow Patterns
Issue Triage
- summarize the report
- classify bug vs feature vs support request
- link affected paths and owners
- propose the next maintainer action
PR Review
- inspect diff boundaries first
- check architecture, tests, rollback risk, and release notes
- produce actionable comments instead of generic praise
Debugging
- reproduce first
- inspect the failing path before editing
- test one hypothesis at a time
- verify both the fix and the absence of regressions
Release Notes
- group changes by user-facing impact
- capture migrations, flags, or rollout constraints
- link verification commands and rollback notes
Files to Read When Needed
references/workflows.md: multi-step maintainer workflow patternsreferences/output-patterns.md: structured output formats for triage, review, and release communicationtemplates/AGENTS.md: project bootstrap templatetemplates/automation/README.md: helper script usage
Validation Checklist
-
AGENTS.mdmatches the repository layout - public docs use Codex/OpenAI terminology consistently
- skills are concise and validated
- automation scripts have explicit inputs and outputs
- examples and templates stay synchronized
<!-- tomevault:4.0:skill_md:2026-05-23 -->Source: ComeOnOliver/skillshub — distributed by TomeVault.
- 流狐分类
- 效率工具
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @tomevault-io · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 即装即用
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 Quick Start
Quick Start
Recommended Workflow
Audit the repository Identify maintainer bottlenecks: issue triage, review latency, release friction, repeated debugging. Map the folders that need project-specific instructions.
Maintainer Workflow Patterns
Maintainer Workflow Patterns
# Codex OSS Maintainer Toolkit
Use this skill to turn an open-source repository into a Codex-friendly maintainer workspace.
## Quick Start
```bash
./install.sh --project --target /path/to/repo --yes
./install.sh --global --yes
python3 scripts/init_skill.py issue-triage
python3 scripts/quick_validate.py .codex/skills/issue-triage
```
## What This Skill Optimizes
- project-level `AGENTS.md`
- maintainer-focused Codex skills
- issue triage and bug-investigation workflows
- PR review and release-note prompts
- reusable verification commands
- cross-session dev docs for long-running tasks
## Recommended Workflow
1. **Audit the repository**
- Identify maintainer bottlenecks: issue triage, review latency, release friction, repeated debugging.
- Map the folders that need project-specific instructions.
2. **Write AGENTS.md close to the work**
- Keep global instructions short.
- Add repo-specific rules, validation commands, and ownership notes.
- Prefer operational guidance over abstract philosophy.
3. **Move repeatable tasks into skills or scripts**
- Use `scripts/init_skill.py` for reusable task playbooks.
- Put durable procedures in `references/`.
- Put deterministic checks in `templates/automation/` or project scripts.
4. **Design for maintainers, not demos**
- Prioritize issue triage, review, release, dependency updates, and regression checks.
- Keep verification commands next to the workflow that needs them.
5. **Validate before shipping**
- Run targeted checks.
- Search for stale branding or paths.
- Keep templates and examples in sync.
## Maintainer Workflow Patterns
### Issue Triage
- summarize the report
- classify bug vs feature vs support request
- link affected paths and owners
- propose the next maintainer action
… 证据边界与执行链路
作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Quick Start → What This Skill Optimizes → Recommended Workflow → Maintainer Workflow Patterns → Issue Triage → PR Review
要点 -> Audit the repository · Write AGENTS.md close to the work · Move repeatable tasks into skills or scripts · Design for maintainers, not demos · Validate before shipping
文件/命令 -> AGENTS.md · scripts/initskill.py · references/ · templates/automation/ · references/workflows.md · references/output-patterns.md · templates/AGENTS.md · templates/automation/README.md
内容 SHA-256 -> f2de5528f66f
方法与流程
适用与边界
原文中的明确线索
AGENTS.md、scripts/initskill.py、references/、templates/automation/、references/workflows.md、references/output-patterns.md、templates/AGENTS.md、templates/automation/README.md