Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions skills/aiq-deploy/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ allowed-tools: Read Bash

## When to Use This Skill

Use this skill to get a local or self-hosted NVIDIA AI-Q Blueprint server running and verified for use by
`aiq-research`.
Use this skill to get a local or self-hosted NVIDIA AI-Q Blueprint server running and verified for use by `aiq-research`.

This skill owns setup, deployment, operational checks, troubleshooting, and shutdown. It does not run deep
research itself. After deployment is healthy, hand off the verified server URL to `aiq-research`.
Expand Down
3 changes: 1 addition & 2 deletions skills/aiq-research/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ allowed-tools: Read Bash

## When to Use This Skill

Use this skill to call a locally running NVIDIA AI-Q Blueprint server through the helper script at
`scripts/aiq.py`.
Use this skill to call a locally running NVIDIA AI-Q Blueprint server through the helper script at `scripts/aiq.py`.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Accept reachable self-hosted backends, not only local ones.

aiq-research is expected to use AIQ_SERVER_URL and consume the verified URL from aiq-deploy; “locally running” incorrectly narrows this to local-only deployments.

Proposed wording
-Use this skill to call a locally running NVIDIA AI-Q Blueprint server through the helper script at `scripts/aiq.py`.
+Use this skill to call a reachable local or self-hosted NVIDIA AI-Q Blueprint server through the helper script at `scripts/aiq.py`.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Use this skill to call a locally running NVIDIA AI-Q Blueprint server through the helper script at `scripts/aiq.py`.
Use this skill to call a reachable local or self-hosted NVIDIA AI-Q Blueprint server through the helper script at `scripts/aiq.py`.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@skills/aiq-research/SKILL.md` at line 37, Update the aiq-research skill
description to refer to a reachable NVIDIA AI-Q Blueprint server rather than
only a locally running server. Ensure it instructs use of AIQ_SERVER_URL and the
verified URL produced by aiq-deploy, while preserving the helper script
reference.


Use this skill for research-shaped requests, including:

Expand Down
Loading