Global Validation
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to data validation in the stock_picker_bot project.
When to use this skill
Use this skill when:
- Creating Pydantic models for API request validation with field constraints
- Validating stock symbols and date ranges in API endpoints
- Implementing field validators for price ranges and portfolio limits
- Adding SQLAlchemy column constraints for financial data accuracy
- Validating data from yfinance before storing in database
- Ensuring portfolio values and percentages are logically valid
- Validating LLM API responses and recommendation outputs
- Implementing custom validators for business logic (e.g., valid trading rules)
Instructions
For details, refer to the information provided in this file: global validation