Skip to content

[gem-team] token, tool call and request optimziations#1625

Merged
aaronpowell merged 18 commits intogithub:stagedfrom
mubaidr:staged
May 6, 2026
Merged

[gem-team] token, tool call and request optimziations#1625
aaronpowell merged 18 commits intogithub:stagedfrom
mubaidr:staged

Conversation

@mubaidr
Copy link
Copy Markdown
Contributor

@mubaidr mubaidr commented May 5, 2026

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the staged branch for this pull request.

Description

Add specialized instructions for agents to:

  • minimize token usages
  • optimize requests by using batch tool calls
  • improved file read behaviour
  • improve output formats from agents
  • enhance planner to reuse content from researcher

Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

mubaidr added 13 commits April 16, 2026 13:51
- Orchestrator is now purely an orchestrator
- Added new calrify  phase for immediate user erequest understanding and task parsing before workflow
- Enforce review/ critic to plan instea dof 3x plan generation retries for better error handling and self-correction
- Add hins to all agents
- Optimize defitons for simplicity/ conciseness while maintaining clarity
- Updated `.github/plugin/marketplace.json` to version 1.10.0.
- Revised `agents/gem-browser-tester.agent.md` to improve the BROWSER TESTER role documentation with a clearer structure, explicit role header, and organized knowledge sources section.
…ser‑tester, code‑simplifier, critic, and debugger agents
…entation details

- Refine **Clarify** mode description to emphasize minimal research for detecting ambiguities.
- Reorder steps and clarify intent detection (`continue_plan`, `modify_plan`, `new_task`).
- Add explicit sub‑steps for presenting architectural and task‑specific clarifications.
- Update **Research** mode section with clearer initialization workflow.
- Simplify and reformat the confidence calculation comments for readability.
- Minor formatting tweaks and added blank lines for visual separation.
… clarify workflow steps- Expanded the BROWSER TESTER role with explicit responsibilities and constraints

- Reformatted the Knowledge Sources list using consistent numbered items for readability- Updated the Workflow section to detail initialization, execution, and teardown steps more clearly- Refined the Output Format and Research Format Guide structures to use proper markdown syntax
- Improved overall formatting and consistency of documentation for better maintainability
…ocumentation

The marketplace plugin metadata has been updated to reflect the newer
self‑learning multi‑agent orchestration description and the version hasbeen upgraded from 1.13.0 to 1.15.0.

Documentation for the following agents has been expanded with new
sections:

- **gem-browser-tester.agent.md** – added an “Output” section outlining
  strict JSON output rules and a new “I/O Optimization” section covering
  parallel batch operations, read efficiency, and scoping techniques.

- **gem-code-simplifier.agent.md** – similarly added “Output” and
  “I/O Optimization” sections describing concisely formatted JSON,
  parallel I/O, and batch processing best practices.

- **gem-reviewer.agent.md** – updated its output format and added
  detailed guidance on review scope, anti‑patterns, and I/O strategies.

These changes provide clearer usage instructions and performance‑focused
recommendations for the agents while aligning the marketplace metadata
with the updated version.
@github-actions github-actions Bot added agent PR touches agents plugin PR touches plugins labels May 5, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

🔍 Skill Validator Results

✅ All checks passed

Scope Checked
Skills 1
Agents 15
Total 16
Severity Count
--- ---:
❌ Errors 0
⚠️ Warnings 0
ℹ️ Advisories 0

Summary

Level Finding
ℹ️ Found 15 agent(s)
ℹ️ Validated 15 agent(s)
ℹ️ ✅ All checks passed (15 agent(s))
Full validator output ```text Found 15 agent(s) Validated 15 agent(s)

✅ All checks passed (15 agent(s))

</details>

@mubaidr mubaidr marked this pull request as ready for review May 5, 2026 17:51
@mubaidr mubaidr requested a review from aaronpowell as a code owner May 5, 2026 17:51
@aaronpowell aaronpowell merged commit ef40bff into github:staged May 6, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent PR touches agents plugin PR touches plugins

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants