AgentSkillsCN

ship

针对此次 MV3 扩展的发货前检查清单:仓库状态 + 验证流程 + 准备就绪的 PR 摘要。

SKILL.md
--- frontmatter
name: ship
description: Pre-ship checklist for this MV3 extension: repo state + validation + PR-ready summary.
argument-hint: "[optional context: what changed]"

Goal: ensure changes are mergeable and manually verifiable.

  1. Verify repo scope:
  • Print repo root: git rev-parse --show-toplevel
  • Run git status and summarize cleanly (ignore OS/home noise if any)
  1. Run available automation:
  • If lint/tests exist, run them (repo-standard)
  • If none exist, run the manual validation checklist (from /tests)
  1. Produce PR-ready summary:
  • What changed
  • Files touched
  • Validation performed (commands or manual checklist)
  • Risks / follow-ups
  • Suggested next improvement (ONE) if missing rails (e.g., ESLint)