Skip to content

[Fix] [Gem-Team] Invalid plugin info and add memory tool#1730

Draft
mubaidr wants to merge 12 commits into
github:stagedfrom
mubaidr:staged
Draft

[Fix] [Gem-Team] Invalid plugin info and add memory tool#1730
mubaidr wants to merge 12 commits into
github:stagedfrom
mubaidr:staged

Conversation

@mubaidr
Copy link
Copy Markdown
Contributor

@mubaidr mubaidr commented May 15, 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

  • Fixed plugin missing agents files
  • Added memory usage to all agents as knowledge source
  • Allow using researches to all agents to minimize re-analysis

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 5 commits May 13, 2026 15:55
…umentation

- Add `confidence` field (0‑1) to the output schema in `agents/gem-browser-tester.agent.md`
- Include `confidence` in the `extra` object of `agents/gem-devops.agent.md`
- Append the guideline “State assumptions explicitly; never guess silently” to all agent docs
- Update the “Bisect (Complex Only)” heading to reflect its gate condition
- Minor wording and formatting adjustments across the affected agent documents
…critique steps, renumber Handle Failure/Output)
- Updated marketplace.json version from 1.24.0 to 1.28.0.
- Added new knowledge source entries to agent markdown files.
- Refactored failure_type enum values for clearer taxonomy.
- Corrected glob pattern syntax and documentation phrasing.
- Improved documentation formatting and ordering.
@mubaidr mubaidr requested a review from aaronpowell as a code owner May 15, 2026 09:45
@github-actions github-actions Bot added agent PR touches agents new-submission PR adds at least one new contribution plugin PR touches plugins labels May 15, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 15, 2026

🔍 Skill Validator Results

⛔ Findings need attention

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

Summary

Level Finding
Specify one of --plugin, --skills, or --agents. Use --plugin to check an entire plugin directory.
Full validator output ```text Specify one of --plugin, --skills, or --agents. Use --plugin to check an entire plugin directory. ```
> **Note:** The validator returned a non-zero exit code. Please review the findings above before merge.

mubaidr added 2 commits May 15, 2026 15:10
- Updated marketplace version from 1.29.0 to 1.30.0.
- Normalized PRD reference path to `docs/PRD.yaml`.
- Removed obsolete `input_format` sections from agent documentation.
- Refactored `learnings` schema to use typed pattern objects.
- Added batch operation optimization suggestions.
- Enhanced memory usage caching with template lookup.
@mubaidr mubaidr marked this pull request as draft May 16, 2026 08:13
docs(browser-tester): restructure setup steps and add knowledge source reference
docs(skill-creator): refine skill generation instructions
@mubaidr mubaidr marked this pull request as ready for review May 16, 2026 20:28
@aaronpowell
Copy link
Copy Markdown
Contributor

@mubaidr - we've updated our process for external plugins, so before I review, do you have interest in revisiting the external plugin design and converting it to that?

@mubaidr mubaidr marked this pull request as draft May 18, 2026 07:44
@mubaidr
Copy link
Copy Markdown
Contributor Author

mubaidr commented May 18, 2026

@mubaidr - we've updated our process for external plugins, so before I review, do you have interest in revisiting the external plugin design and converting it to that?

Awesome! I will update.

@github-actions github-actions Bot added external-plugin PR updates plugins/external.json skill-check-error Skill validator reported errors and removed new-submission PR adds at least one new contribution labels May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent PR touches agents external-plugin PR updates plugins/external.json plugin PR touches plugins skill-check-error Skill validator reported errors

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants