← all publishers

sasky80

@sasky80 source repo

22 published skills

  1. Accept Pr · sasky80
    Approve (accept) an Azure DevOps pull request by casting an "Approve" vote on behalf of the authenticated user. Use after a successful code review when all findings are resolved and the PR is ready to merge.
    0
    installs
  2. Reject Pr · sasky80
    Reject an Azure DevOps pull request by casting a "Rejected" vote on behalf of the authenticated user. Use when blocking issues must be addressed before merge.
    0
    installs
  3. List Projects · sasky80
    List all projects in an Azure DevOps organization. Use when you need to discover project names or IDs before fetching repository or pull request details.
    0
    installs
  4. Get Pr Changes · sasky80
    Fetch the list of file changes for a specific iteration of an Azure DevOps pull request. Shows which files were added, edited, or deleted. Requires an iteration ID obtained from get-pr-iterations.
    0
    installs
  5. Get Pr Details · sasky80
    Fetch pull request metadata from Azure DevOps (title, description, status, source/target branches, reviewers, merge status). Use when the user provides a pull request ID and you need to understand the PR context.
    0
    installs
  6. Get Pr Threads · sasky80
    Fetch all comment threads on an Azure DevOps pull request (review comments, discussions, system messages) and use it to see existing reviewer feedback before writing your own review.
    0
    installs
  7. Reset Feedback · sasky80
    Reset your Azure DevOps pull request reviewer feedback by setting the vote to "No vote".
    0
    installs
  8. Post Pr Comment · sasky80
    Create a comment thread on an Azure DevOps pull request. Can post inline comments on a specific file and line, or general PR-level comments. Use after completing a code review to post findings back to the PR.
    0
    installs
  9. Wait For Author · sasky80
    Mark an Azure DevOps pull request as waiting for author feedback by casting a "Waiting for author" vote on behalf of the authenticated reviewer.
    0
    installs
  10. Get Commit Diffs · sasky80
    Fetch a summary of differences between two commits, branches, or tags in an Azure DevOps Git repository. Returns the list of added, edited, and deleted files. Use to get a high-level change overview for a pull request.
    0
    installs
  11. Get File Content · sasky80
    Fetch the content of a file from an Azure DevOps Git repository at a given version (branch, commit, or tag). Use to retrieve the before/after state of files changed in a pull request.
    0
    installs
  12. Update Pr Thread · sasky80
    Reply to a comment thread and/or update its status on an Azure DevOps pull request. Use after fixing review findings to respond with a fix description and mark threads as resolved (fixed).
    0
    installs
  13. Get Pr Iterations · sasky80
    Fetch all iterations (push updates) of an Azure DevOps pull request. Use the latest iteration ID with the get-pr-changes skill to discover which files were modified.
    0
    installs
  14. List Repositories · sasky80
    List all Git repositories in an Azure DevOps project. Use when you need to discover repository names or IDs before fetching pull request details.
    0
    installs
  15. Get Multiple Files · sasky80
    Fetch the content of multiple files from an Azure DevOps Git repository in a single invocation to reduce round-trips.
    0
    installs
  16. Get Pr Changed Files · sasky80
    Fetch a compact, projected list of changed files for a specific Azure DevOps pull request iteration. Returns only file path metadata needed to drive downstream file fetching.
    0
    installs
  17. Get Pr Review Bundle · sasky80
    Fetch a paged review bundle for an Azure DevOps pull request in one call: PR metadata, latest/selected iteration, projected changed files, and filtered PR threads. Designed to stay safe on large PRs with offset/limit pagination and hard caps.
    0
    installs
  18. Get Github Advisories · sasky80
    Query the GitHub Advisory Database for vulnerabilities affecting a package in a specific ecosystem, optionally narrowed by version and severity.
    0
    installs
  19. Get Pr Diff Line Mapper · sasky80
    Build line-level diff mappings (hunks and line ranges) for files changed in a specific Azure DevOps pull request iteration. Useful for precise inline comment placement and evidence-based review findings.
    0
    installs
  20. Approve With Suggestions · sasky80
    Approve an Azure DevOps pull request while indicating non-blocking suggestions by casting an "Approved with suggestions" vote.
    0
    installs
  21. Get Pr Dependency Advisories · sasky80
    Scan changed dependency manifests in a PR and query GitHub Advisory Database for discovered dependencies automatically.
    0
    installs
  22. Check Deprecated Dependencies · sasky80
    Check whether a dependency is deprecated across ecosystems (npm, pip, nuget) using a single normalized interface.
    0
    installs