agentsclimarketplace

Deploy release system

Skill Aiweline/WelineFramework/.codex/skills/deploy-release-system

Install
npx -y skills add Aiweline/WelineFramework --skill deploy-release-system

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Weline_Deploy — random ~wh~ Webhook URL via module Controller/Router.php (ModuleRouter), webhook_secret, deploy:webhook:setup, deploy:release, WLS+Nginx.

SKILL.md

1.5 KB, as published. Nobody here has run it

Deploy Release System

Canonical: dev/ai/skills/CI发布工程师-部署发布系统/SKILL.md
Module Router pattern: dev/ai/skills/框架核心工程师-路由事件与扩展/SKILL.md

Essentials

  1. Public URL: random https://<host>/~wh~<hex> from deploy:webhook:setup — not /deploy.
  2. Routing: app/code/Weline/Deploy/Controller/Router.php implements RouterInterface; Weline_ModuleRouter calls process() → rewrites $path to internal deploy/webhook/deploy. Use ~wh~ prefix for fast bail-out.
  3. Secret: webhook_secret in backend = Git platform Secret.
  4. Version probe: <webhook_path>/version → internal deploy/version.

Commands

php bin/w deploy:webhook:setup --base-url=https://example.com
php bin/w deploy:webhook:setup --force -y --base-url=https://example.com
php bin/w deploy:webhook:setup --rotate-path -y --base-url=https://example.com

When adding similar custom URLs in other modules

  • Add Controller/Router.php + RouterInterface::process()
  • Use a rare path prefix; early return if no match
  • Rewrite $path to existing generated controller route
  • Clear ProcessUrlBefore::clearCache() when config-driven paths change

Split-repo (分仓) → CI发布工程师-分仓发布. Project core sync (分项) → CI发布工程师-分项更新.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.