AntFleet

Disagreement · 9bb17981-openai-1

Dedup check example omits the required 7-day time window filter

solo GPT-5
repo 6f7fc663·PR #7·reviewed 1 week ago

GPT-5 finding

Dedup check example omits the required 7-day time window filter

mediumdocs-gaphigh
  • skills/pr-triage/SKILL.md:78-81
The text requires skipping only if a triage comment was posted within the last 7 days, but the provided gh/jq example returns all triage comment timestamps without date filtering. This invites incorrect implementations that over-skip older PRs.

Recommendation

Amend the example to demonstrate date filtering or make explicit that the timestamp must be compared to now-7d in code. For example: pipe to jq with a comparison against (now-7d) or document that the CLI output must be post-filtered by the client.

Other reviewer

The other reviewer flagged nothing in this file/line range.

Why this didn't post

This finding didn't meet AntFleet's unanimous agreement threshold. Both frontier models review every PR independently; only findings they both flag with the same severity and category are posted to the PR. This one fell through.

read the methodology →