Skip to content

chore: update skills with testing methodology learnings#2113

Merged
naqvitalha merged 1 commit intomainfrom
chore/update-skills-learnings
Feb 26, 2026
Merged

chore: update skills with testing methodology learnings#2113
naqvitalha merged 1 commit intomainfrom
chore/update-skills-learnings

Conversation

@naqvitalha
Copy link
Collaborator

Description

Updates the review-and-test and fix-github-issue skills with learnings from recent PR review sessions.

Key additions:

  • dist/ rebuild pitfall: dist/ is not rebuilt on branch switch — must yarn build after every git checkout and verify with grep in dist
  • Review methodology: always reproduce on main first, then verify on the PR branch
  • Observable callbacks: use visible counters (useState + colored badge) to test callback-based behavior like onStartReached
  • Masonry sorting warning: flag Array.sort() in scroll-path code as a performance concern

Test plan

  • Skills load correctly in Claude Code sessions
  • No source code changes — skills only

- Add "dist/ not rebuilt on branch switch" pitfall
- Add "always reproduce before verifying fix" methodology
- Add visible counter technique for testing callbacks
- Add masonry sorting performance warning
@naqvitalha naqvitalha force-pushed the chore/update-skills-learnings branch from bbd2eb4 to ed6c824 Compare February 26, 2026 22:22
@naqvitalha naqvitalha merged commit 0f868f2 into main Feb 26, 2026
11 checks passed
@naqvitalha naqvitalha deleted the chore/update-skills-learnings branch February 26, 2026 22:25
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