Systematic bug-fix workflow for the Create with Anmol project. Reads debugging history, reproduces the bug, performs 5-point root cause analysis, applies a minimal targeted fix, writes a Playwright regression test, and documents the fix in debugging-log.md.…
behl1anmol/CreateWithAnmol
SkillsMP has collected 5 skills from behl1anmol/CreateWithAnmol. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 5
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 5 of 5 collected skills.
Structured feature development workflow for the Create with Anmol project. Reads all relevant context files, writes a plan, implements the feature following design system and architecture rules, validates with TypeScript build, and runs Playwright E2E tests.…
Thorough code review workflow for the Create with Anmol project. Loads all project rules (frontend, backend, design system, architecture), diffs the current changes, and reports findings categorized as CRITICAL / HIGH / MEDIUM / LOW with exact file:line…
Playwright E2E testing workflow for the Create with Anmol project. Runs existing tests, diagnoses failures (distinguishing code bugs from stale tests), and writes new test coverage for user-visible features. Supports --spec (single file), --write (write tests…
Step-by-step deployment guide for the Create with Anmol website on Cloudflare Pages using @opennextjs/cloudflare. Covers first-time project setup, environment variables, build commands, ISR configuration, and redeployment. Use when asked to deploy, publish,…