Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问许可证需确认审计通过

alpha-forge-preship阿尔法锻造舰前

Agent Skill

alpha-forge-preship 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,223

周安装

52

GitHub Stars

38

下载量

428
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:alpha-forge-preship(阿尔法锻造舰前)
来源仓库:https://github.com/terrylica/cc-skills
仓库路径:skills/alpha-forge-preship
安装命令:
npx skills add https://github.com/terrylica/cc-skills --skill alpha-forge-preship
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/terrylica/cc-skills --skill alpha-forge-preship

简介

alpha-forge-preship 用于在 Alpha Forge PR 评审周期中实施四项质量门禁,自动检测 RNG 确定性、URL 分支验证、参数校验和清单同步问题。

  • 适用于需要确保代码变更符合预设质量标准的开发流程,可集成到 CI/CD 环节进行自动化检查。
  • 通过 GitHub 仓库安装,支持预提交钩子和运行时/CI 阶段调用,需配置相关环境变量和依赖项。
  • 使用前应确认是否具备仓库写入权限、是否需要联网获取外部数据源,以及是否会触发文件修改或命令执行。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Alpha Forge Pre-Ship Quality Gates - Phase 1

Quality assurance plugin for Alpha Forge PR review cycle.

Self-Evolving Skill: This skill improves through use. If instructions are wrong, parameters drifted, or a workaround was needed — fix this file immediately, don't defer. Only update for real, reproducible issues.

Overview

Implements 4 bulletproof quality gates to catch 5 of 13 PR #154 issues:

  • G5: RNG Determinism (pre-commit)
  • G4: URL Fork Validation (pre-commit)
  • G8: Parameter Validation (runtime/CI)
  • G12: Manifest Sync Validation (CI)

Effectiveness

  • Issue Prevention: 42% of PR issues
  • False Positive Rate: <1%
  • Implementation Time: ~4 hours
  • Payoff Period: 2-3 PRs
  • Review Cycle Reduction: 30-50%

Key Files

  • gates/g5_rng_determinism.py - RNG isolation validator
  • gates/g4_url_validation.py - Fork URL detector
  • gates/g8_parameter_validation.py - Parameter range validator
  • gates/g12_manifest_sync.py - Decorator-YAML sync validator
  • orchestrator.py - Master validator coordinator
  • reference.md - Complete framework documentation

Architecture

All gates enforce the Decorator-as-Single-Source-of-Truth principle:

  • Parameter constraints defined in decorators
  • Configuration validated at entry points
  • Manifest consistency ensured automatically
  • Documentation requirements enforced systematically

Integration

Pre-Commit Hook

from gates.g4_url_validation import validate_org_urls
from gates.g5_rng_determinism import validate_rng_isolation

Runtime Parameter Validation

from gates.g8_parameter_validation import ParameterValidator
validator = ParameterValidator()
validator.validate_numeric_range(value, min_val, max_val)

Manifest Validation

from gates.g12_manifest_sync import validate_manifest
issues = validate_manifest("manifest.yaml")

References

  • Main Handbook: /tmp/CANONICAL_PRESHOP_AUDIT_HANDBOOK.md (523 lines)
  • Implementation Plan: /tmp/PHASE_1_IMPLEMENTATION_PLAN.md (367 lines)
  • Project Summary: /tmp/PROJECT_COMPLETION_SUMMARY.md

Status

✅ Phase 1 Complete - Ready for merge to cc-skills and integration with alpha-forge

Post-Execution Reflection

After this skill completes, check before closing:

  1. Did the command succeed? — If not, fix the instruction or error table that caused the failure.
  2. Did parameters or output change? — If the underlying tool's interface drifted, update Usage examples and Parameters table to match.
  3. Was a workaround needed? — If you had to improvise (different flags, extra steps), update this SKILL.md so the next invocation doesn't need the same workaround.

Only update if the issue is real and reproducible — not speculative.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.48%
按下载量换算165

Claude

29.48%
按下载量换算126

Cursor

17.31%
按下载量换算74

Gemini CLI

9.37%
按下载量换算40

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills