← スキル一覧に戻る

delivery
by SylphxAI
🚀 AI development platform with MEP architecture - stop writing prompts, start building with 90% less typing
⭐ 4🍴 3📅 2026年1月8日
SKILL.md
name: delivery description: Delivery - CI/CD, testing, releases. Use when improving pipelines.
Delivery Guideline
Tech Stack
- CI: GitHub Actions
- Testing: Bun test
- Linting: Biome
- Platform: Vercel
Non-Negotiables
- All release gates must be automated (manual verification doesn't count)
- Build must fail-fast on missing required configuration
- CI must block on: lint, typecheck, tests, build
/en/*must redirect (no duplicate content)- Security headers (CSP, HSTS) must be verified by tests
- Consent gating must be verified by tests
Context
Delivery gates are the last line of defense before code reaches users. Every manual verification step is a gate that will eventually fail. Every untested assumption is a bug waiting to ship.
The question isn't "what tests do we have?" but "what could go wrong that we wouldn't catch?" Think about the deploy that breaks production at 2am — what would have prevented it?
Driving Questions
- What could ship to production that shouldn't?
- Where does manual verification substitute for automation?
- What flaky tests are training people to ignore failures?
- How fast is the feedback loop, and what slows it down?
- If a deploy breaks production, how fast can we detect and rollback?
- What's the worst thing that shipped recently that tests should have caught?
スコア
総合スコア
75/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です

