yeet

作成者: firecrawl

Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).

npx skills add https://github.com/firecrawl/openai-skills --skill yeet

Prerequisites

  • Require GitHub CLI gh. Check gh --version. If missing, ask the user to install gh and stop.
  • Require authenticated gh session. Run gh auth status. If not authenticated, ask the user to run gh auth login (and re-run gh auth status) before continuing.

Naming conventions

  • Branch: codex/{description} when starting from main/master/default.
  • Commit: {description} (terse).
  • PR title: [codex] {description} summarizing the full diff.

Workflow

  • If on main/master/default, create a branch: git checkout -b "codex/{description}"
  • Otherwise stay on the current branch.
  • Confirm status, then stage everything: git status -sb then git add -A.
  • Commit tersely with the description: git commit -m "{description}"
  • Run checks if not already. If checks fail due to missing deps/tools, install dependencies and rerun once.
  • Push with tracking: git push -u origin $(git branch --show-current)
  • If git push fails due to workflow auth errors, pull from master and retry the push.
  • Open a PR and edit title/body to reflect the description and the deltas: GH_PROMPT_DISABLED=1 GIT_TERMINAL_PROMPT=0 gh pr create --draft --fill --head $(git branch --show-current)
  • Write the PR description to a temp file with real newlines (e.g. pr-body.md ... EOF) and run pr-body.md to avoid \n-escaped markdown.
  • PR description (markdown) must be detailed prose covering the issue, the cause and effect on users, the root cause, the fix, and any tests or checks used to validate.

firecrawlのその他のスキル

oracle
firecrawl
oracle CLIのベストプラクティス(プロンプトとファイルのバンドル、エンジン、セッション、ファイル添付パターン)
official
firecrawl-demo-walkthrough
firecrawl
Firecrawlブラウザを使って製品の主要フローをウォークスルーし、構造化されたUX/製品ウォークスルーを作成します。サインアップ、オンボーディング、価格設定、ドキュメント、ダッシュボード、製品デモの準備、UX分析、初回利用体験の分析に使用します。
browser-automationofficialresearch
sag
firecrawl
ElevenLabsのテキスト読み上げを、Macスタイルのsay UXで実現。
official
pinecone
firecrawl
プロダクションAIアプリケーション向けの管理型ベクトルデータベース。フルマネージド、自動スケーリング、ハイブリッド検索(高密度+スパース)、メタデータフィルタリング、名前空間を備えています。…
official
sentence-transformers
firecrawl
最先端の文、テキスト、画像埋め込みのためのフレームワーク。セマンティック類似性、クラスタリング、検索用に5000以上の事前学習済みモデルを提供。…
official
model-merging
firecrawl
複数のファインチューニング済みモデルをmergekitでマージし、再学習なしで能力を組み合わせます。ドメイン特化モデルをブレンドして作成する際に使用します。
official
deepspeed
firecrawl
DeepSpeedを使用した分散トレーニングの専門的なガイダンス - ZeRO最適化ステージ、パイプラインパラレリズム、FP16/BF16/FP8、1ビットAdam、スパースアテンション
official
discord
firecrawl
メッセージツール(channel=discord)を介したDiscord操作。
official