Loading...
Loading...
Found 5 Skills
Extract factual claims from PR copy, verify each claim independently, attach concrete citations, and warn when certainty is low. Runs each claim through proven newsroom verification methods (lateral reading, source-tier climbing, provenance pillars, triangulation, calibrated rating) and puts the burden of proof on the speaker. Use before a pitch, press release, reactive comment, DM, or other journalist-facing draft is trusted or sent.
Use before merging PR - final gate ensuring all tests pass, review complete, CI green, and acceptance criteria verified
Verify all implementation is done, then deliver the plan. Part of the Plot workflow. Use on /plot-deliver.
Verify that a pull request fully implements the requirements described in its linked GitHub issue. Use when asked to "verify PR implementation", "check PR coverage", "does PR implement the issue", "verify PR against issue", "is PR complete", or "PR completeness check". Extracts the linked issue from the PR body or GitHub linked issues, analyzes the diff against issue requirements, and reports either missing items or confirms 100% coverage.
Use after code review - implement ALL findings; any finding not fixed MUST have tracking issue created; no finding disappears without trace