Skip to content

Add ai-meeting skill#2204

Open
bin1874 wants to merge 1 commit into
github:mainfrom
bin1874:add-ai-meeting-skill
Open

Add ai-meeting skill#2204
bin1874 wants to merge 1 commit into
github:mainfrom
bin1874:add-ai-meeting-skill

Conversation

@bin1874

@bin1874 bin1874 commented Jul 3, 2026

Copy link
Copy Markdown

Summary\n\nAdds the ai-meeting Agent Skill for structured multi-agent decision reviews. The skill helps agents run AI meetings across roles such as builder, critic, user advocate, architect, and judge, then produce a provenance-backed final report.\n\nSource project: https://github.com/bin1874/ai-meeting-skill\n\n## Validation\n\n- npm run skill:validate\n- npm run build\n\n## Notes\n\nThe skill includes its local orchestrator script plus provider adapters for Codex, Claude Code, and optional CLI-agent adapters. Provider availability is checked by the skill's doctor command before use.

@bin1874 bin1874 requested a review from aaronpowell as a code owner July 3, 2026 08:13
@github-actions github-actions Bot added new-submission PR adds at least one new contribution skills PR touches skills labels Jul 3, 2026
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

🔒 PR Risk Scan Results

Scanned 16 changed file(s).

Severity Count
🔴 High 0
🟠 Medium 2
ℹ️ Info 10
Severity Rule File Line Match
🟠 package-exec-command docs/README.skills.md 31 | [acreadiness-assess](../skills/acreadiness-assess/SKILL.md)<br />`gh skills install github/awesome-copilot acreadiness-assess` | Run the AgentRC readiness assessment on the curre
ℹ️ skill-script-touched skills/ai-meeting/scripts/ai-meeting.mjs 1 skills/ai-meeting/scripts/ai-meeting.mjs
🟠 unpinned-version-indicator skills/ai-meeting/scripts/ai-meeting.mjs 298 while (end > 0 && Buffer.byteLength(value.slice(0, end), "utf8") > maxBytes) {
ℹ️ skill-script-touched skills/ai-meeting/scripts/providers/claude.mjs 1 skills/ai-meeting/scripts/providers/claude.mjs
ℹ️ skill-script-touched skills/ai-meeting/scripts/providers/codex.mjs 1 skills/ai-meeting/scripts/providers/codex.mjs
ℹ️ skill-script-touched skills/ai-meeting/scripts/providers/cursor.mjs 1 skills/ai-meeting/scripts/providers/cursor.mjs
ℹ️ skill-script-touched skills/ai-meeting/scripts/providers/gemini.mjs 1 skills/ai-meeting/scripts/providers/gemini.mjs
ℹ️ skill-script-touched skills/ai-meeting/scripts/providers/hermes.mjs 1 skills/ai-meeting/scripts/providers/hermes.mjs
ℹ️ skill-script-touched skills/ai-meeting/scripts/providers/opencode.mjs 1 skills/ai-meeting/scripts/providers/opencode.mjs
ℹ️ skill-script-touched skills/ai-meeting/scripts/providers/qoder.mjs 1 skills/ai-meeting/scripts/providers/qoder.mjs
ℹ️ skill-script-touched skills/ai-meeting/scripts/providers/registry.mjs 1 skills/ai-meeting/scripts/providers/registry.mjs
ℹ️ skill-script-touched skills/ai-meeting/scripts/providers/shared.mjs 1 skills/ai-meeting/scripts/providers/shared.mjs

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

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

🔴 Contributor Reputation Check: HIGH risk

Check Risk
Profile HIGH
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

@github-actions github-actions Bot added the needs-review:HIGH Contributor reputation check flagged HIGH risk label Jul 3, 2026
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

🔍 Vally Lint Results

✅ All checks passed

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

Summary

Level Finding
ℹ️ npm warn EBADENGINE Unsupported engine {
ℹ️ npm warn EBADENGINE package: 'commander@15.0.0',
ℹ️ npm warn EBADENGINE required: { node: '>=22.12.0' },
ℹ️ npm warn EBADENGINE current: { node: 'v20.20.2', npm: '10.8.2' }
ℹ️ npm warn EBADENGINE }
ℹ️ npm warn deprecated prebuild-install@7.1.3: No longer maintained. Please contact the author of the relevant native addon; alternatives are available.
ℹ️ ✅ ai-meeting (2/2 checks passed)
ℹ️ ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
ℹ️ ✓ spec-compliance: All spec checks passed.
ℹ️ ✓ [valid-refs] All file references across 1 skill(s) are valid.
Full linter output
### Linting skills/ai-meeting
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: 'commander@15.0.0',
npm warn EBADENGINE   required: { node: '>=22.12.0' },
npm warn EBADENGINE   current: { node: 'v20.20.2', npm: '10.8.2' }
npm warn EBADENGINE }
npm warn deprecated prebuild-install@7.1.3: No longer maintained. Please contact the author of the relevant native addon; alternatives are available.
✅ ai-meeting (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.

1 skill(s) linted, 1 passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-review:HIGH Contributor reputation check flagged HIGH risk new-submission PR adds at least one new contribution skills PR touches skills

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant