get_lunar_phase
Get the current lunar phase and its software development interpretation to decide optimal times for deployments, code reviews, and maintenance based on moon cycle.
Instructions
Return the lunar phase with illumination percentage and a software development interpretation.
New Moon → poor time for deployments. Full Moon → expect irrational user behavior. Waxing phases → good for shipping. Waning phases → good for cleanup and review.
Data source: NASA JPL DE421 ephemeris via Skyfield.
Args: date: Optional date to evaluate (ISO 8601 format, e.g. "2026-03-10"). If not specified, uses the current date/time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |