Skip to main content
Run any Skill in Manus
with one click
404-PF
GitHub creator profile

404-PF

Repository-level view of 16 collected skills across 2 GitHub repositories.

skills collected
16
repositories
2
updated
2026-06-27
repository explorer

Repositories and representative skills

checkout-branch
software-developers

Create and switch to a new branch. Accepts a branch name or GitHub issue number. Derives branch name from issue title when an issue number is given. USE FOR: starting new work, branching from an issue, creating feature/bugfix branches. DO NOT USE FOR: committing, pushing, or managing PRs.

2026-06-27
commit
software-developers

**WORKFLOW SKILL** โ€” Stage changes, write clear commit messages, and commit following best practices. USE FOR: committing code changes; writing conventional commit messages; staging files before commits; amending previous commits; creating atomic commits; generating commit messages from diffs. DO NOT USE FOR: pushing to remote (use git push); resolving merge conflicts; branching or rebasing.

2026-06-27
create-issue
software-developers

Create a GitHub issue with proper structure and metadata. Use when the user asks to create an issue, open a ticket, report a bug, or request a feature. Supports labels, assignees, milestones, and templates.

2026-06-27
create-pr
software-developers

Create a GitHub pull request from the current branch. Use when the user asks to create a PR, open a pull request, or submit a PR for review. Assumes branch is pushed. Auto-generates title and description from commit history.

2026-06-27
create-release
software-developers

Create GitHub releases with automated versioning and changelog generation. Use for: publishing releases, creating tags, generating release notes, version bumping, semantic versioning.

2026-06-27
patch-findings
software-developers

Generate fix patches from pre-identified findings. Use when: generating code fixes from PR review comments, producing patches from scan results, translating described problems into code changes. DO NOT USE FOR: resolving GitHub issues (use resolve-issue); creating PRs (use create-pr); managing branches.

2026-06-27
resolve-issue
software-developers

**WORKFLOW SKILL** โ€” Systematically resolve GitHub issues from assignment through PR creation. USE FOR: working on assigned issues; following structured debugging workflows; implementing feature requests; fixing bugs reported in issues; creating focused PRs linked to issues. DO NOT USE FOR: creating new issues (use create-issue); reviewing PRs (use review-pr); general coding tasks without an issue context.

2026-06-27
review-changes
software-quality-assurance-analysts-and-testers

Review staged and unstaged changes before committing. Use for: code review, pre-commit checks, validating changes, checking diff quality, linting, test verification, security scan. Trigger phrases: review changes, review my changes, check changes, pre-commit review, review diff.

2026-06-27
Showing top 8 of 12 collected skills in this repository.
Showing 2 of 2 repositories
All repositories loaded