Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

npe_get_jobs

يحتوي npe_get_jobs على 5 من skills المجمعة من exception-coder، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
5
Stars
133
محدث
2026-03-20
Forks
20
التغطية المهنية
1 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

git-smart-push
مطوّرو البرمجيات

Analyze local code changes, automatically generate meaningful commit messages based on the changes, and push to remote repository (GitHub, GitLab, Gitee, Alibaba Cloud DevOps, etc.). Use when the user wants to commit and push changes with auto-generated commit messages, or needs help writing good commit messages.

2026-03-20
git-branch-bump-pom-version
مطوّرو البرمجيات

在创建分支前,先读取并展示 pom.xml 当前版本号,让用户输入分支版本号;自动更新 main 分支 pom 版本并按版本创建分支。

2026-03-18
git-untrack
مطوّرو البرمجيات

Stop Git from tracking a file or directory while keeping it on disk (remove from index only). Use when the user has accidentally committed files/folders (e.g. node_modules, build output) and wants to "unlink" or "disassociate" them from Git, then prevent future commits via .gitignore.

2026-03-18
git-init-remote
مطوّرو البرمجيات

Initialize git in a local project without a repository, connect it to a remote, and generate a proper .gitignore. Use when the user wants to link a local project to a remote git repository, set up git for an existing project, push a local project to GitHub/GitLab, or needs a .gitignore file for their project type.

2026-03-15
gh-release-jar-lib
مطوّرو البرمجيات

将 Maven/Spring Boot 构建产物(可执行 JAR、target/lib 依赖目录、可选 JRE)归档到 GitHub Releases。在用户需要发布版本、上传 JAR/lib/JRE 到 GitHub Release 或“归档到 Releases”时使用。

2026-03-13