Imported from synq0/synq0 (
apps/vscode_extension/resources/generated/synq/bundled/agents/skills/synq-ci-fix-suggest/SKILL.md). Install upstream withnpx skills add synq0/synq0 --skill synq-ci-fix-suggest. Copyright stays with the author.
synq-ci-fix-suggest
Use this skill to generate policy-safe CI fix suggestions from recurrence and cluster priors.
Purpose
Produce ranked fix candidates with mechanism hypothesis, risk note, and verification plan.
Master Directive
This skill MUST follow .synq/prompts/master-agent-directive.md.
This skill MUST follow .synq/prompts/db-navigation-contract.md.
This skill MUST follow .synq/prompts/ci-automation-contract.md.
This skill MUST follow .synq/prompts/security-review-contract.md.
Use When
- CI triage and recurrence lookup are complete.
- A fix path is needed before execution.
Inputs
- canonical signature
- CI cluster context
- failure class
- recurrence fix-pattern candidates
Outputs
ci_fix_suggestionsrows- fix-candidate retrieval chunks
- optional escalation when no safe candidate exists
Procedure
- Load recurrence and cluster priors from DB.
- Generate candidate fixes with mechanism hypothesis.
- Attach risk note and concrete verification plan for each candidate.
- Rank suggestions by confidence and blast radius.
- Persist suggestion rows and decision chunks.
Guardrails
- Respect do-not-auto-fix classes.
- No candidate without verify plan.
- No candidate without explicit risk note.
Handoff
Include:
- Ranked candidate list
- Recommended owner role
- Verification commands to validate the chosen fix