بنقرة واحدة
fix-author
Fix the author on all commits since main to match the local or global .gitconfig
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Fix the author on all commits since main to match the local or global .gitconfig
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Review and steward a GitHub repo's PRs and issues: classify PRs, review ready PRs when asked, close stale issues, manage ready async work, and recommend next actions.
Synthesize a morning briefing from GH notifications, calendar, reminders, and inbox.
Create a pull request for the current branch against main
Run the project's Definition of Done checklist
Fix the author on all commits since main to match the local or global .gitconfig
Synthesize a morning briefing from GH notifications, calendar, reminders, and inbox.
| name | fix-author |
| description | Fix the author on all commits since main to match the local or global .gitconfig |
Fix the author on all commits between main and HEAD using the current git
config.
user.name and user.email from git config. Local config takes
precedence over global config.main..HEAD with their authors.git rebase main --exec 'git commit --amend --author="Name <email>" --no-edit' to fix the author on all commits.