You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/skills/issue-to-pr.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,10 +56,10 @@ Present issue summary to user.
56
56
### 3. Verify Issue Completeness
57
57
58
58
Check that the issue template is fully filled out:
59
-
- For **[Model]** issues: Definition, Variables, Instance Data, Objective, Type Parameters, Example
60
-
- For **[Rule]** issues: Source, Target, Reference, Reduction mapping, Solution Extraction, Size Overhead, Example
59
+
- For **[Model]** issues: A clear mathmatical definition, Type specification, Variables and fields, The complexity clarification, verify an existing solver can solve it, or a solving strategy is provided, A detailed example for human.
60
+
- For **[Rule]** issues: Source, Target, Reference to verify information, Implementable reduction algorithm, Test dataset generation method, Size overhead, A clear example for human.
61
61
62
-
If any section is missing or unclear, comment on the issue via `gh issue comment <number> --body "..."`asking the contributor to fill in the missing sections. Then stop and wait — do NOT proceed until the issue is complete.
62
+
Verify facts provided by the user, feel free to ask user questions. If any piece is missing or unclear, comment on the issue via `gh issue comment <number> --body "..."` to ask user clarify. Then stop and wait — do NOT proceed until the issue is complete.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/rule.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,10 @@ E.g.
46
46
## Example Source Instance
47
47
48
48
<!-- A small but non-trivial source instance for the paper illustration.
49
-
Must be small enough for brute-force solving, but large enough to exercise the reduction meaningfully.
50
-
Only provide the source — the example code auto-generates the target instance, solutions, and JSON.
49
+
Must be small enough for brute-force solving, but large enough to exercise the reduction meaningfully. E.g. "petersen graph: |V|=10, |E|=15, 3-regular" should be perfect.
50
+
Please provide as many details as possible, because
51
+
1. this example will appear in the paper.
52
+
2. AI needs this information to generate example code, run it, and try to compare with what you provided.
51
53
52
-
E.g. "Petersen graph: |V|=10, |E|=15, 3-regular"
54
+
Please check existing examples in our paper for references.
0 commit comments