agent-readiness
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRHDH Agent Readiness
RHDH Agent就绪度
Use an agentready report as the source of truth for repository-readiness work.
The skill supports any git repository and adds RHDH context when the repository
belongs to the RHDH ecosystem.
将agentready报告作为仓库就绪度工作的权威依据。该技能支持任意Git仓库,当仓库属于RHDH生态系统时,会添加RHDH相关上下文信息。
Principles
原则
- Write assessment output to the OS temporary directory so reports never pollute the target repository.
- Apply only fixes supported by the report. Ask for project-specific facts; never invent architecture or design rationale.
- For a recognized RHDH repository, use for repository ownership, technology, key paths, and conventions. Continue generically when RHDH context is unavailable.
/rhdh-context - Treat a fresh post-change assessment as the completion criterion for every remediation run.
- 将评估输出写入操作系统临时目录,确保报告不会污染目标仓库。
- 仅应用报告支持的修复方案。如需项目特定信息则主动询问,绝不自行编造架构或设计依据。
- 对于已识别的RHDH仓库,使用获取仓库归属、技术栈、关键路径及约定。当RHDH上下文不可用时,采用通用处理方式。
/rhdh-context - 将变更后的全新评估结果作为每次修复工作的完成标准。
Route the request
请求路由
| Request | Reference |
|---|---|
| Assess or improve one repository | references/assessment.md, then references/remediation.md when fixes are requested |
| Assess all RHDH repositories under a directory | references/batch.md |
When no path or mode is given, recommend the current repository as the default
and offer batch assessment as the alternative.
| 请求类型 | 参考文档 |
|---|---|
| 评估或优化单个仓库 | references/assessment.md,当需要修复时参考references/remediation.md |
| 评估指定目录下的所有RHDH仓库 | references/batch.md |
当未指定路径或模式时,推荐将当前仓库作为默认选项,并提供批量评估作为替代方案。
Completion
完成标准
- Assessment-only work is complete when the current score, certification, failing findings, and report location have been presented.
- Remediation work is complete when a fresh assessment shows the before/after result and every remaining failure is identified as unresolved, deferred, or inapplicable.
- 仅评估的工作完成标志:已展示当前评分、认证等级、未通过的检测项以及报告位置。
- 修复工作完成标志:全新评估展示了修复前后的结果,且所有剩余未通过项均被标记为未解决、延期处理或不适用。