Nicholas Sollazzo
Community@nsollazzo · Milan
🇮🇹 1998 Engineer of code & architect of dreams✨ Navigating the entrepreneurship odyssey with a curiosity compass 🧭
Agent Skills by Nicholas Sollazzo
Showing 15 vetted skills indexed across 1 GitHub repositories.
wrap-up
Audits the current session for unfinished work and reports a close-out verdict.
verify
Runs project tests and exercises changed code to confirm fixes work with command-output evidence.
code-review
Reviews working-tree or branch diffs for correctness bugs and quality cleanups using parallel sub-agents.
reflect
Captures session lessons into memory files, project instructions, skills, and docs.
triage
Diagnose bugs and test failures into verified root causes with evidence-backed fix proposals.
ask-me-questions
Gathers requirements through structured multi-round questioning before executing ambiguous tasks.
smart-commit
Clusters uncommitted git changes into logical groups with conventional commit messages.
fix
Diagnoses a reported bug, implements the root-cause fix, and ships it to a green pull request.
ship
Orchestrates a staged pipeline from working tree changes to a green, mergeable GitHub pull request.
answer-first
Formats assistant responses with verdict-first structure, evidence citations, and capped lists.
yolo
Resolves ambiguity with evidence and executes tasks autonomously without asking clarifying questions.
simplify
Applies behavior-preserving cleanup edits to changed code for reuse, simplification, and efficiency.
check
Runs the repo's own toolchain checks and auto-fixes lint, type, build, and test failures.
merge-and-monitor
Merge a GitHub pull request, watch its deployment pipeline, and verify production health.
babysit
Drives a GitHub pull request to approved, CI-green, mergeable state through iterative review-response passes.
Frequently Asked Questions About Nicholas Sollazzo
FAQPage SchemaWhat tasks can I accomplish with Nicholas Sollazzo's skills?▼
You can triage bugs with parallel root-cause analysis, review diffs and apply fixes, cluster changes into conventional commits, run local lint/type/build checks, verify changes by executing them, babysit PRs to green approval, merge and monitor deployments, and capture session lessons into a knowledge base.
Who are these skills designed for?▼
Software engineers and developers working in git-based repositories who want structured session discipline: requirements discovery before acting, evidence-based debugging, clean commit hygiene, and PRs driven to approved, CI-green, mergeable states without manual babysitting.
How do the ship and fix pipelines work in practice?▼
The fix skill triages an issue, cuts a branch, implements the root-cause fix, then hands off to ship. Ship chains simplify, verify, code-review, smart-commit, branch hygiene, PR creation, and babysitting until approved and CI-green. Merging requires the explicit --merge flag.
Are these skills free and what license do they use?▼
Yes. All 15 skills are released under the MIT license by Nicholas Sollazzo, currently at version 3.0.0, permitting free use, modification, and redistribution in personal or commercial projects.
What prerequisites or dependencies do these skills require?▼
Most skills operate on any git repository. The check skill auto-detects the repo's own toolchain via package.json, Turbo, Makefile, pyproject.toml, Cargo.toml, or go.mod. The merge-and-monitor skill explicitly requires git plus an authenticated gh CLI with a GitHub-accessible remote.