Skip to content

Move qeff-bug-fix agent into skills_studio/agents - #1182

Open
quic-rishinr wants to merge 2 commits into
quic:mainfrom
quic-rishinr:qeff-bug-fix-agent-to-skills-studio
Open

Move qeff-bug-fix agent into skills_studio/agents#1182
quic-rishinr wants to merge 2 commits into
quic:mainfrom
quic-rishinr:qeff-bug-fix-agent-to-skills-studio

Conversation

@quic-rishinr

Copy link
Copy Markdown
Contributor

Summary

  • Tracks the qeff-bug-fix subagent in-repo under skills_studio/agents/qeff-bug-fix/, following the same folder-per-item convention already used for skills (skills_studio/skills/<name>/SKILL.md): an AGENT.md (definition + frontmatter, content unchanged from the previously local-only agent) plus a README.md (overview, trigger conditions, scope).
  • Wires make claude to also symlink skills_studio/agents into .claude/agents, mirroring the existing skills_studio/skills.claude/skills link. make clean-ai removes it too.
  • Documents the new ## Available agents section in skills_studio/AGENTS.md (aliased as CLAUDE.md), alongside the existing ## Available skills section.

What's changing from the existing setup

  • No behavior change to the agent itself — AGENT.md is byte-identical to the previously locally-kept agent definition.
  • Purely additive/organizational: makes this subagent available to any contributor who clones the repo and runs make claude, instead of it living only in one contributor's local ~/.claude/agents/.

Test plan

  • pre-commit run --files Makefile skills_studio/AGENTS.md skills_studio/agents/qeff-bug-fix/AGENT.md skills_studio/agents/qeff-bug-fix/README.md — no findings (ruff/ruff-format skipped, no .py files touched).
  • Verified CLAUDE.md is a symlink to skills_studio/AGENTS.md, so the doc update surfaces there automatically.
  • Manually reviewed the new Makefile targets (claude, clean-ai) for correctness.

This change was authored with AI assistance (Claude Code) and reviewed by the submitter, who understands and takes responsibility for every changed line.

Track the qeff-bug-fix subagent in-repo under skills_studio/agents/,
following the same folder-per-agent convention used for skills
(AGENT.md + README.md). Wire `make claude` to symlink
skills_studio/agents into .claude/agents alongside the existing
skills link, and document the new agents section in AGENTS.md.

Signed-off-by: Rishin Raj <rishinr@qti.qualcomm.com>
@vbaddi

vbaddi commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Do we need this @quic-rishinr?

Replace organization-specific JIRA hostnames, internal PKI cert URLs,
internal runbook/tool names, SSO-provider specifics, and a hardcoded
personal repro path with provider-agnostic placeholders and pointers
to the user's own internal runbook. Keeps the env-var contract
($JIRA_URL, $JIRA_PAT) and the REST/TLS/error-handling logic intact so
the agent stays fully functional, while publishing nothing internal in
this open-source repo.

Signed-off-by: Rishin Raj <rishinr@qti.qualcomm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants