Fyzel
- 6 skills
- 0 followers
- 1 day ago last updated
- ▌ Hand Off · fyzel bundleDelegates a defined scope of work to a fresh Claude Code subagent, with full current-context preserved across the boundary. Use this skill whenever the user invokes `/hand-off` or asks (in any phrasing) to hand off, delegate, spin off, fork, or pass work to another agent or a fresh agent. Also use when the user mentions running out of context and wanting to continue elsewhere, or wants to scope a chunk of work to its own session. Captures current context into a handoff directory, spawns a subagent via the Task tool to complete the work, then synthesizes the resulting output back into the parent conversation. Handoff directories persist on disk as an audit trail.
- ▌ Github Doc Sync · fyzel bundleKeep a GitHub project's documentation in sync with the code after a change — propagate feature, CLI, config, exit-code, or install changes across the README, in-repo guide files (CLAUDE.md, CONTRIBUTING, docs/), and the GitHub wiki. Use this skill whenever the user says "sync the docs", "update the docs", "doc sync", "update README and wiki", "keep docs in sync", after resolving an issue or merging a feature, or when a hook/reminder flags that source changed and docs may be stale. Works for any GitHub repo. Requires `git`; the wiki step needs the repo's wiki enabled, and pushing needs `gh`/git push access.
- ▌ Skill Validator · fyzel bundleValidate Claude Code skill files (SKILL.md) against Anthropic's structural requirements. Use this skill whenever the user asks to validate, lint, check, or verify a skill file or skill structure. Triggers on "validate skill", "lint skill", "check skill", "verify SKILL.md", "does my skill meet requirements", or any request to confirm a skill is correctly structured before publishing or importing.
- ▌ Suno Songwriter · fyzel bundleCompose original songs as copy-paste-ready prompts for the Suno AI music generator (v5.5), producing three blocks — lyrics with Suno meta tags, a style description, and suggested titles. Use this skill whenever the user asks to "create a song", "write a song", "create a Suno song", "write a Suno song", "create song lyrics", or "write lyrics", or anything close such as turning a poem or idea or story into a song, asking for a track for Suno, requesting a chorus or verse or hook, or asking for a song about some topic. Trigger it even when the user does not say the word "Suno", as long as they want original lyrics or a song.
- ▌ Pr Comment Triage · fyzel bundleTriage and resolve pull-request review comments end to end — fetch reviewer comments (especially GitHub Copilot automated review), fix each one in code, run the project's tests, then post a threaded reply under each original comment by its comment ID. Use this skill whenever the user says "check the Copilot comment(s) on PR N", "address the review comments", "reply to the review comments", "resolve PR feedback", "handle the PR comments", or asks to go through a reviewer's findings on a pull request. Works for any reviewer (Copilot, humans, bots) and any language or repo. Requires the `gh` CLI to be authenticated.
- ▌ Github Actions Security Review · fyzel bundleAudits and hardens GitHub Actions workflows against the OWASP GitHub Actions Security Cheat Sheet: dangerous triggers (pull_request_target, workflow_run, issue_comment), unpinned or impostor third-party actions, GITHUB_TOKEN over-permissioning, script injection, secrets handling (static creds, secrets: inherit, masking, secret scanning, persist-credentials), artifact/cache poisoning, self-hosted runner risk, egress restriction, repo hardening, AI-assistant-in-CI/CD risk, and static analysis (CodeQL actions, Zizmor). Use whenever a user asks to review, audit, secure, or harden a GitHub Actions workflow or CI/CD pipeline; mentions .github/workflows, GITHUB_TOKEN, pull_request_target, workflow_run, self-hosted runners, action pinning, OIDC/trusted publishing, or Zizmor/CodeQL for Actions; or wants a new workflow written securely. Always run the Security Gate before returning Actions YAML, whether reviewing existing files or generating new ones.