GitHub Pull Request の操作を行うスキル。gh コマンドを使用して PR 情報取得、差分確認、コメント取得・投稿を実行する。以下の場合に使用:- PR にコメントを投稿したいとき- PR のインラインコメントを投稿したいとき- PR のコメントに返信したいとき- PR の差分を行番号付きで確認したいとき
development/github-pr-operation
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
This skill should be used when the user asks to "update documentation for my changes", "check docs for this PR", "what d...
Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstring...