AntonioZS
- 5 skills
- 0 followers
- 12 hours ago last updated
- ▌ Code Review · antoniozs bundleReview code for correctness, edge cases, missing tests, maintainability, and merge risk. Use when the user asks for a code review, asks what could break, or wants a structured assessment before merging.
- ▌ Docs Writer · antoniozs bundleImprove developer-facing documentation, setup instructions, and concise explanations for code or workflows. Use when the user asks to update README files, onboarding docs, or explain how to use a project safely.
- ▌ Test Writer · antoniozs bundleIdentify high-value test gaps and write focused unit tests for risky code paths. Use when the user asks for missing tests, regression coverage, or better edge-case protection.
- ▌ Commit Helper · antoniozs bundlePrepare and create a git commit for the current changes. Manual invocation only because it stages files and writes repository history.
- ▌ Refactor Helper · antoniozs bundleRefactor code safely without changing behavior. Use when the user wants to simplify logic, improve naming, or separate responsibilities while preserving existing outputs.