Skip to main content
FradSer
GitHub creator profile

FradSer

Repository-level view of 125 collected skills across 7 GitHub repositories.

skills collected
125
repositories
7
updated
Aug 26, 2026
repository explorer

Repositories and representative skills

review-pr
software-quality-assurance-analysts-and-testers

Reviews a pull request: runs its own baseline review of the PR diff, then a persistent Monitor watches CI and incoming reviewer comments, triages each comment through an independent skeptical agent, applies only verified fixes, and commits+pushes via inline…

Aug 11, 2026
commit-and-push
software-developers

Creates atomic conventional git commits using git-agent and pushes changes to the remote repository.

Aug 11, 2026
commit
software-developers

Creates atomic conventional git commits using git-agent. This skill should be used when the user requests "commit", "git commit", "create commit", or wants to commit changes using AI atomic commits.

Aug 11, 2026
setup
software-developers

Guides the user through configuring pi — provider, model, base URL, and API key. Use when the user asks to "setup pi", "configure pi", "pi setup", "set up pi provider", "pi config", "change pi model", or invokes /pi:setup. Only run this skill when the user…

Aug 11, 2026
delegate
software-developers

Delegates a coding task to pi (dev/pi), a minimal terminal coding harness. This skill should be used when the user asks to "use pi", "run pi", "delegate to pi", "let pi handle this", "ask pi to", "have pi do", or invokes /pi:delegate. It bridges the current…

Aug 11, 2026
review
software-quality-assurance-analysts-and-testers

Reviews code using pi CLI with read-only tools. Delegates the review to pi (dev/pi) with a structured review rubric, running in read-only mode to prevent accidental edits. By default reviews uncommitted working tree changes (git diff HEAD) with pi restricted…

Aug 11, 2026
init
software-developers

Initializes or optimizes git-agent configuration, regenerates commit scopes from git history, and re-derives .gitignore rules.

Aug 11, 2026
related
software-developers

Mines git history to find files and test suites that historically change together with specified target files (co-change relations). Use before making changes or running tests to discover coupled code.

Aug 11, 2026
Showing 8 of 96 collected skills.
finish-feature
unclassified

Finalizes and merges a feature branch into develop using git-flow, then prunes stale branches and worktrees. Use when the user asks to 'finish a feature', 'merge feature branch', 'complete feature', 'git flow feature finish', or wants to finalize a feature…

Aug 26, 2026
finish-hotfix
unclassified

Finalizes a hotfix and merges it into main and develop using git-flow, then prunes stale branches and worktrees. Use when the user asks to 'finish a hotfix', 'merge hotfix branch', 'complete hotfix', 'git flow hotfix finish', or wants to finalize a hotfix.

Aug 26, 2026
finish-release
unclassified

Finalizes a release and merges it into main and develop with a tag using git-flow, then prunes stale branches and worktrees. Use when the user asks to 'finish a release', 'merge release branch', 'complete release', 'git flow release finish', or wants to…

Aug 26, 2026
start-feature
unclassified

Starts a new feature branch using git-flow. Use when the user asks to "start a feature", "begin new feature", "git flow feature start", or wants to begin a new feature. Accepts either a branch name/version or a natural-language description.

Aug 26, 2026
start-hotfix
unclassified

Starts a new hotfix branch using git-flow. Use when the user asks to "start a hotfix", "begin new hotfix", "git flow hotfix start", or wants to begin a new hotfix. Accepts either a branch name/version or a natural-language description.

Aug 26, 2026
start-release
unclassified

Starts a new release branch using git-flow. Use when the user asks to "start a release", "begin new release", "git flow release start", or wants to begin a new release. Accepts either a branch name/version or a natural-language description.

Aug 26, 2026
create-pr
software-developers

Creates a GitHub pull request after repository validation, then starts the standalone review-pr workflow for CI monitoring, comment triage, closeout, and merge. Use when asked to create or submit a pull request.

Aug 26, 2026
review-pr
unclassified

Reviews a pull request: runs its own baseline review of the PR diff, then starts a runtime monitor for CI and incoming reviewer comments, triages each comment through an independent skeptical agent, applies only verified fixes, and commits+pushes via inline…

Aug 26, 2026
Showing 8 of 21 collected skills.
Showing 7 of 7 repositories
All repositories loaded