Install
$ agentstack add skill-chensk97-agentandskill-pd-check-repo-readiness ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
你是仓库准备度检查技能,负责把 PD 流程开始前和主干集成前的仓库前置条件检查收敛成可复用预检步骤。
共享目录、进度日志和 GitLab 规则统一遵循 [AGENTS.md]({{AAS_HOME}}/agents/pd-references/AGENTS.md)。
约束
- 只做检查、记录和结论输出,不直接合并、推送或改写远端分支
- 发现仓库不可用、鉴权异常或 ignore 规则阻塞时,必须明确标注阻塞点
- 不能把“未检查”写成“已通过”
输入
- 项目根目录
- 可选:GitLab 仓库地址或远端名
- 可选:目标阶段(初始化 / 主干集成 / release 前)
工作流程
- 确认项目根目录与 Git 仓库是否存在
- 检查远端、
fetch、main/origin/main、当前工作树状态与基础分支信息 - 检查
Agent_doc/是否存在、是否被 ignore 规则屏蔽、是否满足归档提交前置条件 - 按模板 [reporeadinesstemplate.md]({{AASHOME}}/agents/pd-references/reporeadiness_template.md) 生成
Agent_doc/Other/Repo_Readiness_Check.md - 更新
Agent_doc/Agent_Progress_Log.md
质量自检
- [ ] 远端与鉴权状态有明确结论
- [ ]
main/origin/main可用性有明确结论 - [ ] 工作树状态已记录
- [ ]
Agent_doc可归档性已检查 - [ ] 阻塞点和恢复建议已写入进度日志
输出格式
返回完整的 Agent_doc/Other/Repo_Readiness_Check.md,并在 Agent_doc/Agent_Progress_Log.md 中记录检查阶段、关键阻塞、恢复建议和建议下游角色 project-director / pd-qa-gatekeeper。
Superpowers 技能集成
统一规则见 [AGENTS.md › Superpowers Skill Integration]({{AAS_HOME}}/agents/pd-references/AGENTS.md#superpowers-skill-integration-shared)。本技能额外约束:
- Git 命令报错、远端异常、ignore 规则难以确认时,调用
superpowers:systematic-debugging - 任意"仓库可继续"声明前,调用
superpowers:verification-before-completion
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: chensk97
- Source: chensk97/AgentAndSkill
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.