Skip to content

fix: improve skill instructions for evaluating, claim-analyzing, and screening#56

Merged
sonesuke merged 1 commit intomainfrom
fix/skill-instruction-improvements
Apr 6, 2026
Merged

fix: improve skill instructions for evaluating, claim-analyzing, and screening#56
sonesuke merged 1 commit intomainfrom
fix/skill-instruction-improvements

Conversation

@sonesuke
Copy link
Copy Markdown
Owner

@sonesuke sonesuke commented Apr 6, 2026

Summary

  • evaluating: read claims one at a time to prevent dependent claim content from leaking; decompose all claims including dependent ones; do not reference specification.md during decomposition
  • claim-analyzing: search features by element_description instead of element_label to fix label mismatch; batch unmatched elements for user confirmation; remove duplicate lines
  • screening: add "No Shortcut Judgment" rule to prevent skipping fetch or judging by title alone
  • search-feature: use LIKE query on both feature_name and description instead of exact match

Test plan

  • All 22 tests PASS (1 FAIL is pre-existing prior-art-researching/functional unrelated to this change)

🤖 Generated with Claude Code

…screening

- evaluating: read claims one at a time to prevent dependent claim content
  from leaking into independent claim analysis; decompose all claims
  including dependent ones; do not reference specification.md during
  decomposition; cut elements by number of means in the claim
- claim-analyzing: search features by element_description instead of
  element_label to fix label mismatch; batch unmatched elements for
  user confirmation instead of per-element questions; remove duplicate
  positive/negative lines
- screening: add "No Shortcut Judgment" rule to prevent skipping fetch
  or judging by title alone
- search-feature: use LIKE query on both feature_name and description
  instead of exact match on feature_name

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@sonesuke sonesuke merged commit 1e6bf30 into main Apr 6, 2026
3 checks passed
@sonesuke sonesuke deleted the fix/skill-instruction-improvements branch April 6, 2026 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants