meerita

8 mods across 1 repository, 5 stars between them.

definition-of-done

02

meerita/monorepo-nextjs-golang-rust-python-ai-rules

Skill Claude CodeCodex

Review whether a feature is genuinely "done" against the project Definition of Done — plan exists, correct branch, fmt/lint/check/architecture/tests all green, and security & legal compliance (ASVS/GDPR) cleared — running the root make gates (with per-service fallback) plus the security review, auto-fixing only…

5 1mo ago A 105 tokens

plan-authoring

03

meerita/monorepo-nextjs-golang-rust-python-ai-rules

Skill Claude CodeCodex

Author an executable, phased implementation plan under docs/plans — first gather real context from the repo and docs, debate the ambiguities, trade-offs and open decisions with the human, and only after explicit human confirmation write the plan. Produces Master Plans (a directory with a bootstrap entry point, master…

5 1mo ago A 140 tokens

pr-check-release

04

meerita/monorepo-nextjs-golang-rust-python-ai-rules

Skill Claude CodeCodex

@file .claude/skills/pr-check-release/SKILL.md @description Executable form of the "Feature → dev via PR" step: verifies a work branch (all gates + mergeability into dev), then pushes it and opens/updates a well-formed PR to dev (title, description, assignee, labels). @layer agents @created Platform Team -->.

5 1mo ago A 0 tokens

pr-merge-dev

05

meerita/monorepo-nextjs-golang-rust-python-ai-rules

Skill Claude CodeCodex

Merge the current branch's open PR into dev on GitHub — verifies CI is green and no conflicts exist, merges via gh, deletes the remote branch, then cleans up locally (switch to dev, pull, delete local branch). Use when the PR is open and all checks have passed and you want to land it.

5 1mo ago A 69 tokens

release-check

06

meerita/monorepo-nextjs-golang-rust-python-ai-rules

Skill Claude CodeCodex

Review whether dev is healthy and ready to be promoted to main (production) — the human release gate from the Release & Deploy process. Surfaces the exact set of changes being promoted (main..dev), checks CI/gate health on dev, confirms no in-flight [WIP] PRs are being left behind, and reports merged-branch cleanup …

5 1mo ago A 132 tokens