← スキル一覧に戻る

nexus-question
by david-crespo
⭐ 7🍴 0📅 2026年1月23日
SKILL.md
name: nexus-question description: Answer a question about how something works in the Oxide external API in Nexus
Oxide external API Q&A
When answering a question about how something works in the API, you need look at relevant code by following the call chain down from the handlers of the relevant endpoints.
Key paths
nexus/external-api/output/nexus_tags.txt: concise list of all API endpoints. Helpful because the other files are very big. Find operation IDs in here and grep for them in the other files.nexus/external-api/src/lib.rs: Dropshot API trait definition showing paths, operation IDs, and request body, response body, and query param typesnexus/src/external_api/http_entrypoints.rs: endpoint handler definitionsopenapi/nexus/nexus-latest.json: symlink to current API schemanexus/tests/integration_tests: you may need to look at integration tests to verify certain behaviors
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です