com um clique
push
Run pre-push checks including typecheck and tests.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Run pre-push checks including typecheck and tests.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Cut a production release: tag, wait for CI, write release notes, publish latest.json.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Generate concise user-facing release notes between two versions.
Interactively investigate a bug by grilling the user, exploring the codebase for suspects and solutions, suggesting related test scenarios, and then creating a well-structured GitHub issue via `gh` CLI. Use when the user wants to report a bug, file an issue, create a GitHub issue, or says things like "file a bug", "create an issue", "report this bug", "open an issue", or "github issue". Also trigger when the user describes unexpected behavior and wants to track it formally.
Import PDF documents into Seed Hypermedia using AI-powered content recognition. Use when the user wants to convert a PDF file into a Seed document, extract content from PDFs for Seed, or ingest PDF files into the Seed platform. This is an LLM-powered alternative to the CLI's built-in `document import` command -- the LLM reads the PDF visually and produces structured Seed content with superior OCR, layout recognition, and semantic understanding.
| name | push |
| description | Run pre-push checks including typecheck and tests. |
Follow AGENTS.md first. Only run git commands that write state when the user explicitly asks to push or publish this
branch.
Run the following pre-push checks to ensure code quality before pushing to remote:
Type checking: Run pnpm typecheck to check for TypeScript errors.
If you find any errors, fix them.
Comment these lines in the dev file:
run("node scripts/cleanup-desktop.js")
run("./scripts/cleanup-frontend.sh")
Tests: Run ./dev build-desktop && pnpm web:prod to ensure the apps build properly and tests pass.
Uncomment the lines in the dev file.
If there are any changes you made to fix the typecheck, ask before amending the existing commit.
Ask before running git pull.
Ask before running git push.
Report results: Provide a summary of which checks passed or failed.
If any check fails and you cannot fix it, describe that in the report and provide details about the errors so they can be fixed before pushing.