potiuk commented on code in PR #146:
URL: https://github.com/apache/airflow-steward/pull/146#discussion_r3240696852


##########
.claude/skills/issue-reassess-stats/classify.md:
##########
@@ -0,0 +1,140 @@
+<!-- SPDX-License-Identifier: Apache-2.0
+     https://www.apache.org/licenses/LICENSE-2.0 -->
+
+# Classify — bucketing the verdicts
+
+Companion to [`SKILL.md`](SKILL.md). Procedural detail for Step 2:
+bucketing each parsed verdict for the aggregation step.
+
+Classification is pure function of the parsed verdicts produced by
+[`fetch.md`](fetch.md) — no network, no writes. Any rule change
+here must agree with the producer's labelling logic in
+[`issue-reproducer/verification.md`](../issue-reproducer/verification.md).
+
+## Primary axis: `classification`
+
+Ten labels per
+[`issue-reproducer/verdict-composition.md`](../issue-reproducer/verdict-composition.md):
+
+| Label | Dashboard bucket |
+|---|---|
+| `fixed-on-master` | `fixed` (closure candidates) |

Review Comment:
   We will have to (but this we can do later) - generallise this one and move 
it to "per-project" config - but this can be done as a follow-up, this is what 
I've done with airflow and it's easier after your project re-adopts the skill - 
then you can ask agent to generalize it, add instructions during configuration 
and apply those configuration back to your local config.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to