|
409 | 409 | | Finding | Proposed Skill ID | Statement | |
410 | 410 | |---------|-------------------|-----------| |
411 | 411 | | GraphQL for thread resolution | Skill-GitHub-GraphQL-001 | GitHub review thread resolution requires GraphQL API; REST API is read-only | |
412 | | -| Bot @mention protocol | Skill-PR-Automation-001 | Bot PR authors need @mention to trigger action on feedback; use `@{{ github.event.pull_request.user.login }}` | |
| 412 | +| Bot @mention protocol | Skill-PR-Automation-001 | Bot PR authors need @mention to trigger action on feedback; use `${{ github.event.pull_request.user.login }}` | |
413 | 413 | | dorny/paths-filter checkout | Skill-CI-Workflows-001 | dorny/paths-filter requires checkout step in ALL jobs, not just the job using the filter | |
414 | 414 | | Infrastructure health check | Skill-Agent-Infra-001 | Verify agent infrastructure (Copilot CLI, MCP) before invocation; separate environment errors from quality findings | |
415 | 415 | | Homework scanning pattern | Skill-Maintenance-002 | Search merged PRs for "Deferred to follow-up", "TODO", "future improvement"; 20% hit rate justifies automation | |
|
442 | 442 |
|
443 | 443 | #### Proposed Skill 2: Bot @mention Protocol |
444 | 444 |
|
445 | | -**Statement**: Bot PR authors need @mention to trigger action on feedback; use `@{{ github.event.pull_request.user.login }}` |
| 445 | +**Statement**: Bot PR authors need @mention to trigger action on feedback; use `${{ github.event.pull_request.user.login }}` |
446 | 446 |
|
447 | 447 | **Validation**: |
448 | 448 |
|
|
547 | 547 |
|
548 | 548 | #### Learning 2: Bot Author @mention Protocol |
549 | 549 |
|
550 | | -**Statement**: Bot PR authors need @mention to trigger action; use `@{{ github.event.pull_request.user.login }}` |
| 550 | +**Statement**: Bot PR authors need @mention to trigger action; use `${{ github.event.pull_request.user.login }}` |
551 | 551 |
|
552 | 552 | **Scoring**: |
553 | 553 | - Compound statements: 1 ("need" + "use") (-15%) |
|
560 | 560 |
|
561 | 561 | **Refinement**: Split into two statements |
562 | 562 | - Statement A: "Bot PR authors need @mention to detect feedback requiring action" |
563 | | -- Statement B: "Use `@{{ github.event.pull_request.user.login }}` to notify PR author in workflow comments" |
| 563 | +- Statement B: "Use `${{ github.event.pull_request.user.login }}` to notify PR author in workflow comments" |
564 | 564 |
|
565 | 565 | **Refined Score**: 95% (Statement A), 92% (Statement B) |
566 | 566 |
|
|
681 | 681 |
|
682 | 682 | ### Learning 2B: Bot Notification Syntax |
683 | 683 |
|
684 | | -- **Statement**: Use `@{{ github.event.pull_request.user.login }}` to notify PR author in workflow comments |
| 684 | +- **Statement**: Use `${{ github.event.pull_request.user.login }}` to notify PR author in workflow comments |
685 | 685 | - **Atomicity Score**: 92% |
686 | 686 | - **Evidence**: Issue #152 implementation guidance |
687 | 687 | - **Skill Operation**: ADD |
|
751 | 751 | }, |
752 | 752 | { |
753 | 753 | "skill_id": "Skill-PR-Automation-002", |
754 | | - "statement": "Use @{{ github.event.pull_request.user.login }} to notify PR author in workflow comments", |
| 754 | + "statement": "Use ${{ github.event.pull_request.user.login }} to notify PR author in workflow comments", |
755 | 755 | "context": "When posting workflow feedback requiring author action", |
756 | 756 | "evidence": "Issue #152 implementation guidance for AI Quality Gate enhancement", |
757 | 757 | "atomicity": 92 |
|
890 | 890 | |----------|-----------|-----------|-----------|--------| |
891 | 891 | | Skill-GitHub-GraphQL-001 | GitHub review thread resolution requires GraphQL API; REST API is read-only | 100% | ADD | - | |
892 | 892 | | Skill-PR-Automation-001 | Bot PR authors need @mention to detect feedback requiring action | 95% | ADD | - | |
893 | | -| Skill-PR-Automation-002 | Use @{{ github.event.pull_request.user.login }} to notify PR author in workflow comments | 92% | ADD | - | |
| 893 | +| Skill-PR-Automation-002 | Use ${{ github.event.pull_request.user.login }} to notify PR author in workflow comments | 92% | ADD | - | |
894 | 894 | | Skill-CI-Workflows-001 | dorny/paths-filter requires checkout in ALL jobs, not just the job using the filter | 98% | ADD | - | |
895 | 895 | | Skill-Agent-Infra-001 | Check Copilot CLI availability before invoking architect agent; exit code 1 may indicate infrastructure failure | 88% | ADD | - | |
896 | 896 | | Skill-Agent-Diagnosis-001 | Distinguish agent execution errors (environment) from agent findings (code quality) | 90% | ADD | - | |
|
0 commit comments