Last updated: 2026-02-23
開発状況生成プロンプト(開発者向け)
生成するもの:
- 現在openされているissuesを3行で要約する
- 次の一手の候補を3つlistする
- 次の一手の候補3つそれぞれについて、極力小さく分解して、その最初の小さな一歩を書く
生成しないもの:
- 「今日のissue目標」などuserに提案するもの
- ハルシネーションの温床なので生成しない
- ハルシネーションしそうなものは生成しない(例、無価値なtaskや新issueを勝手に妄想してそれをuserに提案する等)
- プロジェクト構造情報(来訪者向け情報のため、別ファイルで管理)
「Agent実行プロンプト」生成ガイドライン:
「Agent実行プロンプト」作成時は以下の要素を必ず含めてください:
必須要素
- 対象ファイル: 分析/編集する具体的なファイルパス
- 実行内容: 具体的な分析や変更内容(「分析してください」ではなく「XXXファイルのYYY機能を分析し、ZZZの観点でmarkdown形式で出力してください」)
- 確認事項: 変更前に確認すべき依存関係や制約
- 期待する出力: markdown形式での結果や、具体的なファイル変更
Agent実行プロンプト例
良い例(上記「必須要素」4項目を含む具体的なプロンプト形式):
対象ファイル: `.github/workflows/translate-readme.yml`と`.github/workflows/call-translate-readme.yml`
実行内容: 対象ファイルについて、外部プロジェクトから利用する際に必要な設定項目を洗い出し、以下の観点から分析してください:
1) 必須入力パラメータ(target-branch等)
2) 必須シークレット(GEMINI_API_KEY)
3) ファイル配置の前提条件(README.ja.mdの存在)
4) 外部プロジェクトでの利用時に必要な追加設定
確認事項: 作業前に既存のworkflowファイルとの依存関係、および他のREADME関連ファイルとの整合性を確認してください。
期待する出力: 外部プロジェクトがこの`call-translate-readme.yml`を導入する際の手順書をmarkdown形式で生成してください。具体的には:必須パラメータの設定方法、シークレットの登録手順、前提条件の確認項目を含めてください。
避けるべき例:
- callgraphについて調べてください
- ワークフローを分析してください
- issue-noteの処理フローを確認してください
出力フォーマット:
以下のMarkdown形式で出力してください:
# Development Status
## 現在のIssues
[以下の形式で3行でオープン中のissuesを要約。issue番号を必ず書く]
- [1行目の説明]
- [2行目の説明]
- [3行目の説明]
## 次の一手候補
1. [候補1のタイトル。issue番号を必ず書く]
- 最初の小さな一歩: [具体的で実行可能な最初のアクション]
- Agent実行プロンプト:
```
対象ファイル: [分析/編集する具体的なファイルパス]
実行内容: [具体的な分析や変更内容を記述]
確認事項: [変更前に確認すべき依存関係や制約]
期待する出力: [markdown形式での結果や、具体的なファイル変更の説明]
```
2. [候補2のタイトル。issue番号を必ず書く]
- 最初の小さな一歩: [具体的で実行可能な最初のアクション]
- Agent実行プロンプト:
```
対象ファイル: [分析/編集する具体的なファイルパス]
実行内容: [具体的な分析や変更内容を記述]
確認事項: [変更前に確認すべき依存関係や制約]
期待する出力: [markdown形式での結果や、具体的なファイル変更の説明]
```
3. [候補3のタイトル。issue番号を必ず書く]
- 最初の小さな一歩: [具体的で実行可能な最初のアクション]
- Agent実行プロンプト:
```
対象ファイル: [分析/編集する具体的なファイルパス]
実行内容: [具体的な分析や変更内容を記述]
確認事項: [変更前に確認すべき依存関係や制約]
期待する出力: [markdown形式での結果や、具体的なファイル変更の説明]
```
開発状況情報
- 以下の開発状況情報を参考にしてください。
- Issue番号を記載する際は、必ず Issue #番号 の形式でMarkdownリンクとして記載してください。
プロジェクトのファイル一覧
- .editorconfig
- .github/actions-tmp/.github/workflows/call-callgraph.yml
- .github/actions-tmp/.github/workflows/call-daily-project-summary.yml
- .github/actions-tmp/.github/workflows/call-issue-note.yml
- .github/actions-tmp/.github/workflows/call-rust-windows-check.yml
- .github/actions-tmp/.github/workflows/call-translate-readme.yml
- .github/actions-tmp/.github/workflows/callgraph.yml
- .github/actions-tmp/.github/workflows/check-large-files.yml
- .github/actions-tmp/.github/workflows/check-recent-human-commit.yml
- .github/actions-tmp/.github/workflows/daily-project-summary.yml
- .github/actions-tmp/.github/workflows/issue-note.yml
- .github/actions-tmp/.github/workflows/rust-windows-check.yml
- .github/actions-tmp/.github/workflows/translate-readme.yml
- .github/actions-tmp/.github_automation/callgraph/codeql-queries/callgraph.ql
- .github/actions-tmp/.github_automation/callgraph/codeql-queries/codeql-pack.lock.yml
- .github/actions-tmp/.github_automation/callgraph/codeql-queries/qlpack.yml
- .github/actions-tmp/.github_automation/callgraph/config/example.json
- .github/actions-tmp/.github_automation/callgraph/docs/callgraph.md
- .github/actions-tmp/.github_automation/callgraph/presets/callgraph.js
- .github/actions-tmp/.github_automation/callgraph/presets/style.css
- .github/actions-tmp/.github_automation/callgraph/scripts/analyze-codeql.cjs
- .github/actions-tmp/.github_automation/callgraph/scripts/callgraph-utils.cjs
- .github/actions-tmp/.github_automation/callgraph/scripts/check-codeql-exists.cjs
- .github/actions-tmp/.github_automation/callgraph/scripts/check-node-version.cjs
- .github/actions-tmp/.github_automation/callgraph/scripts/common-utils.cjs
- .github/actions-tmp/.github_automation/callgraph/scripts/copy-commit-results.cjs
- .github/actions-tmp/.github_automation/callgraph/scripts/extract-sarif-info.cjs
- .github/actions-tmp/.github_automation/callgraph/scripts/find-process-results.cjs
- .github/actions-tmp/.github_automation/callgraph/scripts/generate-html-graph.cjs
- .github/actions-tmp/.github_automation/callgraph/scripts/generateHTML.cjs
- .github/actions-tmp/.github_automation/check-large-files/README.md
- .github/actions-tmp/.github_automation/check-large-files/check-large-files.toml.example
- .github/actions-tmp/.github_automation/check-large-files/scripts/check_large_files.py
- .github/actions-tmp/.github_automation/check_recent_human_commit/scripts/check-recent-human-commit.cjs
- .github/actions-tmp/.github_automation/project_summary/docs/daily-summary-setup.md
- .github/actions-tmp/.github_automation/project_summary/prompts/development-status-prompt.md
- .github/actions-tmp/.github_automation/project_summary/prompts/project-overview-prompt.md
- .github/actions-tmp/.github_automation/project_summary/scripts/ProjectSummaryCoordinator.cjs
- .github/actions-tmp/.github_automation/project_summary/scripts/development/DevelopmentStatusGenerator.cjs
- .github/actions-tmp/.github_automation/project_summary/scripts/development/GitUtils.cjs
- .github/actions-tmp/.github_automation/project_summary/scripts/development/IssueTracker.cjs
- .github/actions-tmp/.github_automation/project_summary/scripts/generate-project-summary.cjs
- .github/actions-tmp/.github_automation/project_summary/scripts/overview/CodeAnalyzer.cjs
- .github/actions-tmp/.github_automation/project_summary/scripts/overview/ProjectAnalysisOrchestrator.cjs
- .github/actions-tmp/.github_automation/project_summary/scripts/overview/ProjectDataCollector.cjs
- .github/actions-tmp/.github_automation/project_summary/scripts/overview/ProjectDataFormatter.cjs
- .github/actions-tmp/.github_automation/project_summary/scripts/overview/ProjectOverviewGenerator.cjs
- .github/actions-tmp/.github_automation/project_summary/scripts/shared/BaseGenerator.cjs
- .github/actions-tmp/.github_automation/project_summary/scripts/shared/FileSystemUtils.cjs
- .github/actions-tmp/.github_automation/project_summary/scripts/shared/ProjectFileUtils.cjs
- .github/actions-tmp/.github_automation/translate/docs/TRANSLATION_SETUP.md
- .github/actions-tmp/.github_automation/translate/scripts/translate-readme.cjs
- .github/actions-tmp/.gitignore
- .github/actions-tmp/.vscode/settings.json
- .github/actions-tmp/LICENSE
- .github/actions-tmp/README.ja.md
- .github/actions-tmp/README.md
- .github/actions-tmp/_config.yml
- .github/actions-tmp/generated-docs/callgraph.html
- .github/actions-tmp/generated-docs/callgraph.js
- .github/actions-tmp/generated-docs/development-status-generated-prompt.md
- .github/actions-tmp/generated-docs/development-status.md
- .github/actions-tmp/generated-docs/project-overview-generated-prompt.md
- .github/actions-tmp/generated-docs/project-overview.md
- .github/actions-tmp/generated-docs/style.css
- .github/actions-tmp/googled947dc864c270e07.html
- .github/actions-tmp/issue-notes/10.md
- .github/actions-tmp/issue-notes/11.md
- .github/actions-tmp/issue-notes/12.md
- .github/actions-tmp/issue-notes/13.md
- .github/actions-tmp/issue-notes/14.md
- .github/actions-tmp/issue-notes/15.md
- .github/actions-tmp/issue-notes/16.md
- .github/actions-tmp/issue-notes/17.md
- .github/actions-tmp/issue-notes/18.md
- .github/actions-tmp/issue-notes/19.md
- .github/actions-tmp/issue-notes/2.md
- .github/actions-tmp/issue-notes/20.md
- .github/actions-tmp/issue-notes/21.md
- .github/actions-tmp/issue-notes/22.md
- .github/actions-tmp/issue-notes/23.md
- .github/actions-tmp/issue-notes/24.md
- .github/actions-tmp/issue-notes/25.md
- .github/actions-tmp/issue-notes/26.md
- .github/actions-tmp/issue-notes/27.md
- .github/actions-tmp/issue-notes/28.md
- .github/actions-tmp/issue-notes/29.md
- .github/actions-tmp/issue-notes/3.md
- .github/actions-tmp/issue-notes/30.md
- .github/actions-tmp/issue-notes/35.md
- .github/actions-tmp/issue-notes/38.md
- .github/actions-tmp/issue-notes/4.md
- .github/actions-tmp/issue-notes/40.md
- .github/actions-tmp/issue-notes/42.md
- .github/actions-tmp/issue-notes/7.md
- .github/actions-tmp/issue-notes/8.md
- .github/actions-tmp/issue-notes/9.md
- .github/actions-tmp/package-lock.json
- .github/actions-tmp/package.json
- .github/actions-tmp/src/main.js
- .github/copilot-instructions.md
- .github/workflows/call-check-large-files.yml
- .github/workflows/call-daily-project-summary.yml
- .github/workflows/call-issue-note.yml
- .github/workflows/call-translate-readme.yml
- .github/workflows/check-large-files-reusable.yml
- .github/workflows/generate_repo_list.yml
- .github_automation/check_large_files/README.md
- .github_automation/check_large_files/check-large-files.toml
- .github_automation/check_large_files/scripts/check_large_files.py
- .gitignore
- LICENSE
- README.md
- _config.yml
- assets/favicon-16x16.png
- assets/favicon-192x192.png
- assets/favicon-32x32.png
- assets/favicon-512x512.png
- debug_project_overview.py
- generated-docs/project-overview-generated-prompt.md
- googled947dc864c270e07.html
- index.md
- issue-notes/10.md
- issue-notes/12.md
- issue-notes/14.md
- issue-notes/16.md
- issue-notes/18.md
- issue-notes/2.md
- issue-notes/20.md
- issue-notes/4.md
- issue-notes/6.md
- issue-notes/8.md
- manifest.json
- pytest.ini
- requirements-dev.txt
- requirements.txt
- robots.txt
- ruff.toml
- src/init.py
- src/generate_repo_list/init.py
- src/generate_repo_list/badge_generator.py
- src/generate_repo_list/config.yml
- src/generate_repo_list/config_manager.py
- src/generate_repo_list/date_formatter.py
- src/generate_repo_list/generate_repo_list.py
- src/generate_repo_list/json_ld_template.json
- src/generate_repo_list/language_info.py
- src/generate_repo_list/markdown_generator.py
- src/generate_repo_list/project_overview_fetcher.py
- src/generate_repo_list/readme_badge_extractor.py
- src/generate_repo_list/repository_processor.py
- src/generate_repo_list/seo_template.yml
- src/generate_repo_list/statistics_calculator.py
- src/generate_repo_list/strings.yml
- src/generate_repo_list/template_processor.py
- src/generate_repo_list/url_utils.py
- test_project_overview.py
- tests/test_badge_generator_integration.py
- tests/test_check_large_files.py
- tests/test_config.py
- tests/test_date_formatter.py
- tests/test_environment.py
- tests/test_integration.py
- tests/test_markdown_generator.py
- tests/test_project_overview_fetcher.py
- tests/test_readme_badge_extractor.py
- tests/test_repository_processor.py
現在のオープンIssues
オープン中のIssueはありません
ドキュメントで言及されているファイルの内容
最近の変更(過去7日間)
コミット履歴:
bd6bdc7 Auto-update repository list - 2026-02-21 574e578 Update project summaries (overview & development status) [auto] da3b22d Auto-update repository list - 2026-02-20 d0a3305 Update project summaries (overview & development status) [auto] 818bbdc Auto-update repository list - 2026-02-19 6619cf6 Update project summaries (overview & development status) [auto] 0d6d772 Auto-update repository list - 2026-02-18 596ed3d Update project summaries (overview & development status) [auto] 1a64277 Auto-update repository list - 2026-02-17 7cf5855 Update project summaries (overview & development status) [auto]
変更されたファイル:
generated-docs/development-status-generated-prompt.md generated-docs/development-status.md generated-docs/project-overview-generated-prompt.md generated-docs/project-overview.md index.md
Generated at: 2026-02-23 07:07:03 JST