We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da78e16 + 7529679 commit 9d8dbe5Copy full SHA for 9d8dbe5
1 file changed
.claude/skills/review_changes/SKILL.md
@@ -17,7 +17,7 @@ Use the Rust and static analysis experts to review the code changes regarding th
17
- Code quality and idiomatic patterns: does the code use idiomatic Rust? Are there opportunities to improve the code
18
structure?
19
- Performance: are there any performance pitfalls or opportunities for optimization?
20
-- Test coverage: are we missing scenarios?
+- Test coverage: are we missing scenarios? Are there repeated test setups that could be extracted into a test helper?
21
- Documentation: are the key concepts clearly explained in the documentation (files under `docs` and README)?
22
- Agent instructions: are there key concepts or major changes that should be reflected in AGENTS.md?
23
0 commit comments