Move qeff-bug-fix agent into skills_studio/agents - #1182
Open
quic-rishinr wants to merge 2 commits into
Open
Conversation
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>
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>
quic-rishinr
requested review from
anujgupt-github,
ochougul,
quic-hemagnih and
vbaddi
July 14, 2026 08:56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
qeff-bug-fixsubagent in-repo underskills_studio/agents/qeff-bug-fix/, following the same folder-per-item convention already used for skills (skills_studio/skills/<name>/SKILL.md): anAGENT.md(definition + frontmatter, content unchanged from the previously local-only agent) plus aREADME.md(overview, trigger conditions, scope).make claudeto also symlinkskills_studio/agentsinto.claude/agents, mirroring the existingskills_studio/skills→.claude/skillslink.make clean-airemoves it too.## Available agentssection inskills_studio/AGENTS.md(aliased asCLAUDE.md), alongside the existing## Available skillssection.What's changing from the existing setup
AGENT.mdis byte-identical to the previously locally-kept agent definition.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.pyfiles touched).CLAUDE.mdis a symlink toskills_studio/AGENTS.md, so the doc update surfaces there automatically.Makefiletargets (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.