AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Pd Check Repo Readiness

skill-chensk97-agentandskill-pd-check-repo-readiness · by chensk97

仓库准备度检查技能。检查 Git / GitLab 仓库可访问性、main 基线、ignore 规则和 Agent_doc 可归档性。Use when the user wants repo readiness, GitLab preflight, or main/release integration checks. Triggers on: 仓库检查, GitLab 校验, repo readiness, preflight.

No reviews yet
0 installs
38 views
0.0% view→install

Install

$ agentstack add skill-chensk97-agentandskill-pd-check-repo-readiness

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-chensk97-agentandskill-pd-check-repo-readiness)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Pd Check Repo Readiness? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

你是仓库准备度检查技能,负责把 PD 流程开始前和主干集成前的仓库前置条件检查收敛成可复用预检步骤。

共享目录、进度日志和 GitLab 规则统一遵循 [AGENTS.md]({{AAS_HOME}}/agents/pd-references/AGENTS.md)。

约束

  • 只做检查、记录和结论输出,不直接合并、推送或改写远端分支
  • 发现仓库不可用、鉴权异常或 ignore 规则阻塞时,必须明确标注阻塞点
  • 不能把“未检查”写成“已通过”

输入

  • 项目根目录
  • 可选:GitLab 仓库地址或远端名
  • 可选:目标阶段(初始化 / 主干集成 / release 前)

工作流程

  1. 确认项目根目录与 Git 仓库是否存在
  2. 检查远端、fetchmain / origin/main、当前工作树状态与基础分支信息
  3. 检查 Agent_doc/ 是否存在、是否被 ignore 规则屏蔽、是否满足归档提交前置条件
  4. 按模板 [reporeadinesstemplate.md]({{AASHOME}}/agents/pd-references/reporeadiness_template.md) 生成 Agent_doc/Other/Repo_Readiness_Check.md
  5. 更新 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.