Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

feat: ship skills/elastic/SKILL.md for agent invocation

オープン 初心者向け
#628 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
88/100
issue の種類
ドキュメント
明瞭さ
明確に書かれている
活発さ
活発
領域
cli, documentation

調査の方向性

AGENTS.md と既存の .claude/skills/ のガイダンスを読み、README を調べてから、elastic --help --json または elastic cli-schema を使って、文書化されているコマンドとオプションを確認します。記載されたエージェントワークフローを含む skills/elastic/SKILL.md を追加し、README からリンクします。エージェントがその skill だけでコンテキストを設定し、読み取りコマンドを実行できれば完了です。

索引モデルが issue の本文から書いたものです。

説明

enhancement

AGENTS.md is for contributors and cli-schema is for introspection. Nothing in-repo tells an agent host how to run elastic. Contributor skills under .claude/skills/ cover build and test only.

Add skills/elastic/SKILL.md (agentskills.io format) covering:

  • Interactivity: never prompt; pass --yes; --dry-run before mutations
  • Prefer --json; discover inputs with --help --json or elastic cli-schema
  • Target a context with --use-context; do not pass credentials as flags
  • Config / env: ELASTIC_CLI_CONFIG_FILE, ELASTIC_CLI_TELEMETRY, ELASTIC_NO_BANNER, NO_COLOR
  • Diagnose with elastic status --json before retrying a failed API call
  • Destructive confirm: confirmation_required means add --yes
  • Do not dump docs/cli/schema.json into context; query the command you need

No elastic skill install command. Markdown in-repo plus a README pointer is enough for MVP.

Acceptance: one SKILL.md, linked from the README. An agent can configure a context and run a read command from the skill alone.

主要言語
TypeScript
スター
43
フォーク
24
平均マージ
1日 5時間
マージ済み PR(30日)
61

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

elastic/cli のほかの issue

elastic/cli の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。