Physics and Mathematics Verification
Validates mathematical and physics correctness of code by analyzing units, equations, and numerical stability. Includes physical consistency tests and edge case verification.
Sby Skills Guide Bot
TestingAdvanced1 views0 installs3/2/2026Claude CodeCursorCopilot
physics-verificationmathematical-validationdimensional-analysiscode-reviewscientific-computing
name: check_physics description: 実装内容が数学的・物理学的に妥当か検証する
Verify Physics
This skill performs a review of the code specifically focusing on physics and math correctness.
Instructions
-
Dimensional Analysis:
- Check if unit handling (e.g.,
astropy.units,quantities) is used correctly. - Ensure operations are physically valid (e.g., not adding Length to Time).
- Check if unit handling (e.g.,
-
Mathematical Inspection:
- Verify equations against known reference papers or standard textbooks.
- Check for numerical stability issues (e.g., division by zero, floating point precision loss).
- Check edge cases (e.g., $f=0$, infinite limits).
-
Sanity Checks:
- Create a small script to test conservation laws (e.g., Parseval's theorem for FFT).
- Verify that reasonable inputs produce physically reasonable outputs.
-
Report:
- Provide a summary of the analysis, pointing out any suspect logic or confirming validity.
Related skills
TDD Red-Green-Refactor
100
Skill that guides Claude through the complete TDD cycle.
Claude CodeWindsurfintermediate
6501891873Admin
Web Accessibility Audit
100
Performs a comprehensive web accessibility audit following WCAG standards.
claudeCursorWindsurfintermediate
12937312Admin
UAT Test Case Generator
100
Generates structured and comprehensive user acceptance test cases.
claudechatgptintermediate
8724226Admin