ワンクリックで
classify-webkit-commit
// Use when the user wants to classify a commit or understand what kind of change a commit represents in the WebKit repository.
// Use when the user wants to classify a commit or understand what kind of change a commit represents in the WebKit repository.
| name | classify-webkit-commit |
| description | Use when the user wants to classify a commit or understand what kind of change a commit represents in the WebKit repository. |
| user-invocable | true |
| allowed-tools | Bash(git-webkit classify:*), Bash(git webkit classify:*), Bash(Tools/Scripts/git-webkit classify:*), Bash(git-webkit find:*), Bash(git webkit find:*), Bash(Tools/Scripts/git-webkit find:*) |
Use git-webkit classify to compute the classification of a given commit.
git-webkit classify <commit-ref>
The commit ref can be a hash, identifier, branch name, or any valid git ref.
If git-webkit is not in PATH, use Tools/Scripts/git-webkit instead (relative to the repository root).
git-webkit find before presenting them to the user. Always display identifiers in backticks (e.g., 285301@main).git-webkit or Tools/Scripts/git-webkit with python3. The script is directly executable.Use when the user wants to remove unused
Auto-invoke (1) to convert git commit hashes to WebKit identifiers (NNNNNN@main) and (2) to convert identifiers to commit hashes using git-webkit. Use whenever a commit hash appears in a tool result that will be shared with the user in the WebKit repository.
Use when the user wants to checkout a branch, checkout a PR, checkout a commit or move HEAD to a specific commit in the WebKit repository. The user can specify a pull requests by number or URL.
Use when the user wants to update, pull, or sync their WebKit repository or branch.