homedir/.claude/skills/browse/SKILL.md
Open the current PR, Jira issue, or Reviewable page in the browser. Only use when working in a project whose path contains "kontrakcja".
npx skillsauth add joncol/dotfiles browseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Open a relevant page in the browser for the current branch.
Determine the bookmark:
jj log -r 'latest(bookmarks() & ancestors(@) & ~ancestors(trunk()))' --no-graph -T 'bookmarks'
The bookmark typically has the format jco/<ISSUE-KEY>-description.
Determine what to open based on $ARGUMENTS (case-insensitive). If no argument is given, ask the user which page to open.
pr: Run gh pr view <bookmark> --json url -q .url to get the PR URL and open it.jira: Extract the issue key from the bookmark (the XXXX-1234 part after jco/). The URL is https://scriveab.atlassian.net/browse/<ISSUE-KEY>.reviewable: Run gh pr view <bookmark> --json number -q .number to get the PR number. The URL is https://reviewable.io/reviews/scrive/kontrakcja/<PR-NUMBER>.Open the URL with xdg-open <URL>.
tools
Copy the last code snippet or message to the system clipboard
data-ai
Review a PR by comparing the Jira ticket requirements against the actual implementation. Only use when working in a project whose path contains "kontrakcja".
development
List and delete old Claude Code sessions. Shows all sessions with dates and summaries, and lets the user pick which ones to remove.
documentation
Fetch and display GitHub PR review comments for the current branch or a given PR number. Only use when working in a project whose path contains "kontrakcja".