Skip to content

[gem-team] v1.80#2247

Merged
aaronpowell merged 1 commit into
github:mainfrom
mubaidr:main
Jul 9, 2026
Merged

[gem-team] v1.80#2247
aaronpowell merged 1 commit into
github:mainfrom
mubaidr:main

Conversation

@mubaidr

@mubaidr mubaidr commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

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, workflow, or canvas extension 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, workflow, or canvas extension with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the main branch for this pull request.

Description

  • add clarification gate to workflow and clarification_needed field to output format
  • add EARS syntax types to PRD format guide
  • refine Phase 0 complexity classification description
  • enhance TDD workflow description with comprehensive categories and bug‑fix integration
  • add ASCII-only char hygiene rule to all 16 agents

Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • New canvas extension.
  • Update to existing instruction, prompt, agent, plugin, skill, workflow, or canvas extension.
  • 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.

…MANDATORY clauses, and update output formats across agents
@mubaidr mubaidr requested a review from aaronpowell as a code owner July 8, 2026 08:03
@github-actions github-actions Bot added agent PR touches agents plugin PR touches plugins labels Jul 8, 2026
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

🔍 Vally Lint Results

⚠️ Warnings or advisories found

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

Summary

Level Finding
ℹ️ Vally currently lints SKILL.md content. Agent files were detected but skipped:
Full linter output
### Agent files detected (not linted by vally)
ℹ️ Vally currently lints SKILL.md content. Agent files were detected but skipped:
agents/gem-browser-tester.agent.md
agents/gem-code-simplifier.agent.md
agents/gem-critic.agent.md
agents/gem-debugger.agent.md
agents/gem-designer-mobile.agent.md
agents/gem-designer.agent.md
agents/gem-devops.agent.md
agents/gem-documentation-writer.agent.md
agents/gem-implementer-mobile.agent.md
agents/gem-implementer.agent.md
agents/gem-mobile-tester.agent.md
agents/gem-orchestrator.agent.md
agents/gem-planner.agent.md
agents/gem-researcher.agent.md
agents/gem-reviewer.agent.md
agents/gem-skill-creator.agent.md

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

🔒 PR Risk Scan Results

Scanned 21 changed file(s).

Severity Count
🔴 High 2
🟠 Medium 10
ℹ️ Info 0
Severity Rule File Line Match
🟠 unpinned-version-indicator agents/gem-critic.agent.md 117 - Over-engineering adding >50% complexity for <20% benefit→blocking.
🟠 unpinned-version-indicator agents/gem-debugger.agent.md 68 - Minimal reproduction: Strip unrelated setup from repro. If repro > 30 lines of setup, flag diagnosis complexity as HIGH.
🟠 package-exec-command agents/gem-implementer-mobile.agent.md 52 - Metro: Error → `npx expo start --clear`.
🟠 package-exec-command agents/gem-implementer-mobile.agent.md 55 - Native module: Missing → `npx expo install`.
🟠 unpinned-version-indicator agents/gem-implementer-mobile.agent.md 120 - Must: FlatList/SectionList for >50 items (never ScrollView). SafeAreaView/useSafeAreaInsets for notched devices. Platform.select for platform diffs. KeyboardAvoidingView for form
🟠 package-exec-command agents/gem-mobile-tester.agent.md 73 - Metro → `npx react-native start --reset-cache`.
🟠 unpinned-version-indicator agents/gem-orchestrator.agent.md 151 - Run tasks where `status=pending`, `wave=current`, and all dependencies are completed, while preventing parallel execution of tasks listed in `conflicts_with`. Process waves in as
🟠 unpinned-version-indicator agents/gem-reviewer.agent.md 62 - Verify every single PRD requirement maps to >= 1 task.
🟠 unpinned-version-indicator agents/gem-skill-creator.agent.md 62 - `references/` (if > 500 tokens)
🟠 unpinned-version-indicator agents/gem-skill-creator.agent.md 147 - Extended docs → [references/DETAIL.md] (if >500 tokens)
🔴 remote-shell-execution plugins/gem-team/README.md 32 curl -sSL https://aka.ms/apm-unix | sh
🔴 remote-shell-execution plugins/gem-team/README.md 283 curl -sSL https://aka.ms/apm-unix | sh

This is an automated soft-gate report. Findings indicate review targets and do not block merge by themselves.

@mubaidr mubaidr changed the title chore: standardize agent documentation markdown, fix formatting, add … [gem-team] v1.80 Jul 8, 2026
@aaronpowell aaronpowell merged commit 9337220 into github:main Jul 9, 2026
18 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