fix(review): key the generated skill's linked-issue trigger off gate mode - #9924
Conversation
…mode hasStrictLinkedIssueRule fired on requireLinkedIssue + a non-optional linkedIssuePolicy, which is advisory-only and never blocks a PR on its own. That let the generated SKILL.md's trigger sentence say "a linked issue is required" right above a Linked-issues section reporting "Required: no" for the same repo. linkedIssueGateMode is the actual enforcement authority (matches the identical assertion already used in repo-doc-render.ts), so key off that instead.
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Tip ✅ LoopOver review result - approve/merge recommendedReview updated: 2026-07-29 23:43:07 UTC
Review summary Nits — 3 non-blocking
Decision drivers
Context & advisory signals — never blocks the verdict
Linked issue satisfactionAddressed Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9924 +/- ##
=======================================
Coverage 79.52% 79.52%
=======================================
Files 281 281
Lines 58577 58577
Branches 6833 6833
=======================================
Hits 46581 46581
Misses 11706 11706
Partials 290 290 |
fix(review): key the generated skill's linked-issue trigger off gate mode
hasStrictLinkedIssueRule fired on requireLinkedIssue + a non-optional
linkedIssuePolicy, which is advisory-only and never blocks a PR on its
own. That let the generated SKILL.md's trigger sentence say "a linked
issue is required" right above a Linked-issues section reporting
"Required: no" for the same repo. linkedIssueGateMode is the actual
enforcement authority (matches the identical assertion already used in
repo-doc-render.ts), so key off that instead.
Closes #9671