Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

yeet-git

yeet-git 收录了来自 samad-saiyed 的 8 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
8
Stars
5
更新
2026-01-30
Forks
1
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

issue-resolver
软件开发工程师

Automated issue resolution skill. Parses a list of issues from a file and systematically applies fixes to the codebase. Use this when the user points to an issue list (e.g., ISSUES.md) and asks to fix them.

2026-01-30
referencing-project-context
软件开发工程师

Loads the 'yeet-git' project details, core functionalities, and architectural context into memory. Use when the user asks about the project scope, or at the start of a session to ground the agent.

2026-01-30
testing-cli
软件质量保证分析师与测试员

Tests the yeet-git CLI tool by performing file edits and running various git command scenarios to verify functionality. Use when the user asks to test the CLI commands.

2026-01-30
maintaining-changelog
软件开发工程师

Generates and updates the project's CHANGELOG.md file based on git history and AI summarization. Use when the user asks to update the changelog or prepare release notes.

2026-01-30
publishing-package
软件开发工程师

Analyzes git history to determine the next version, generates a changelog, commits changes, and publishes the package to npm. Use when the user asks to "publish" or "release" the package.

2026-01-30
creating-skills
软件开发工程师

Generates high-quality, predictable, and efficient .agent/skills/ directories based on user requirements. Use when the user asks to create a new skill or scaffold a skill structure.

2026-01-29
kaizen
软件开发工程师

Guide for continuous improvement, error proofing, and standardization. Use this skill when the user wants to improve code quality, refactor, or discuss process improvements.

2026-01-29
lint-and-validate
软件开发工程师

Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis.

2026-01-29