with one click
project-context
项目上下文信息,在使用 harness 前必须填写实际项目信息
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
项目上下文信息,在使用 harness 前必须填写实际项目信息
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
H5 上线修复技能。通过 HTTP 调用独立的 harness-coding AnyAI 项目,提交审核问题修复任务并轮询 run 完成,返回修复和验证摘要。
H5 上线预审技能。通过 HTTP 调用独立的 harness-google-review AnyAI 项目,提交站点审核/复审任务并轮询 run 完成,返回审核结论和问题清单。
Private skill for site-crawler. Use it to run a scripted browser crawl that supports JS-rendered pages and writes compact checkpointed JSON without page-by-page model control.
AdSense site approval readiness checks for publisher content, navigation, trust, policy, and ad inventory quality.
Common Google AdSense and quality review rejection reasons with evidence-oriented remediation strategies.
Quality rubric for core business, content, product, service, and interactive pages seeking Google/AdSense review readiness.
| name | project-context |
| description | 项目上下文信息,在使用 harness 前必须填写实际项目信息 |
| source | local |
| tags | ["context","project"] |
使用说明:将此文件内容替换为你项目的实际信息。 这些信息会自动注入到 Agent 上下文中,帮助 Agent 更好地理解项目。 未填写的部分会导致 Agent 猜测,可能产生不准确的方案。
example-api/
├── cmd/
│ └── server/ # 入口
├── internal/
│ ├── handler/ # HTTP handlers
│ ├── service/ # 业务逻辑
│ ├── repository/ # 数据访问
│ └── model/ # 数据模型
├── pkg/ # 可导出包
├── migrations/ # 数据库迁移
├── test/ # 集成测试
├── go.mod
└── go.sum
{"code": "XXX", "message": "xxx"}