Run the project assertions and return a binary verdict
ai-driven-dev/laivel-up
SkillsMP has collected 7 skills from ai-driven-dev/laivel-up. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 7
- GitHub stars
- 3
- GitHub forks
- 0
Skills in this repository
Showing 7 of 7 collected skills.
Re-read a diff for unvalidated input, swallowed errors and missing edge cases
Phased migration of a third-party API client — new client alongside the old, reads before writes, a disagreement metric before cutover. Use when replacing or upgrading a provider SDK.
Split a request into independent tasks, one worktree each
Add an HTTP endpoint to the ingest platform: contract first, table-driven tests, then the handler. Use when exposing a new route.
Roll back a release of the ingest platform without losing in-flight batches. Use when a deploy has to be undone.
Apply a schema change to the ingest database: expand, backfill, contract, one deploy each. Use when a migration touches a table in use.