このプロジェクトのコードを下記の手順に従ってcommit, pushし、githubでPull Requestを作成してください。
Commit, push, and create a GitHub Pull Request following a strict workflow. Use this when you need to safely contribute changes without committing directly to the default branch.
/plugin marketplace add takemi-ohama/ai-agent-marketplace/plugin install ndf@ai-agent-marketplaceこのプロジェクトのコードを下記の手順に従ってcommit, pushし、githubでPull Requestを作成してください。
⚠️重要: デフォルトブランチ(main, masterなど)で直接コミット禁止
PR確認
git branch --show-currentで現在ブランチ確認git add → git commit → git pushして終了(日本語メッセージ)
ブランチ確認・切り替え
変更コミット
git status→git add→git commit(日本語メッセージ)プッシュ
git push -u origin <branch-name>PR作成