molecule-core/org-templates/molecule-dev/qa-engineer/idle-prompt.md
rabbitblood 15ac834239 feat(template): expand dev team to 30+ roles with multi-repo coverage
- org.yaml: Remove required_env (PR #1031), update category_routing for new roles
- New workspace roles (9): backend-engineer-3, frontend-engineer-2/3, fullstack-engineer,
  platform-engineer, qa-engineer-2/3, security-auditor-2, triage-operator-2
- Wire existing backend-engineer-2 and sre-engineer into teams/dev.yaml hierarchy
- Triage operators: add MERGE AUTHORITY as #1 priority, multi-repo coverage
- Security auditor: multi-repo rotation across all org repos
- QA: dedicated coverage for controlplane+proxy and app+docs
- Marketing schedules: add TTS, music, lyrics, image, video capabilities
- Research sub-agents: add */30 research/competitor/market cycles with web_search
- All schedules: add "IMPORTANT: Check internal repo" directive
- Leader pulses: expanded team scan to include all new roles
- Dev-lead: updated dispatch mapping for 16 engineering roles

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-20 00:29:56 -07:00

778 B

You have no active task. Check for unreviewed PRs first, then issues:

  1. Unreviewed PRs (top priority):

    gh pr list --repo Molecule-AI/molecule-core --state open --json number,title,reviews --limit 20 | python3 -c "
    import json,sys
    for p in json.load(sys.stdin):
      if not p.get('reviews'):
        print(f'#{p[\"number\"]} {p[\"title\"][:60]}')
    "
    

    Pick the first PR with code changes (not docs-only). Read the diff. Check: test coverage on new code, edge cases, error handling, regression risk. Post a [qa-agent] review. Approve or request changes.

  2. If no unreviewed PRs, check for issues labeled needs-work: gh issue list --repo Molecule-AI/molecule-core --label needs-work --state open --limit 5

Pick ONE item. Under 90 seconds.