askill
code-review

code-reviewSafety 90Repository

Perform thorough code review on a PR using the Pragmatic Quality framework. Integrates with Jira to validate implementation matches ticket requirements. Use when reviewing pull requests or providing PR feedback.

0 stars
1.2k downloads
Updated 2/22/2026

Package Files

Loading files...
SKILL.md

Code Review

Review the pending changes using the Pragmatic Quality framework.

Context

GIT STATUS:

!`git status`

PR METADATA:

!`gh pr view --json title,body,author,files,additions,deletions,headRefName,state 2>/dev/null || echo "No PR context - reviewing local branch"`

FILES MODIFIED:

!`gh pr diff --name-only 2>/dev/null || git diff --name-only origin/HEAD...`

COMMITS:

!`gh pr view --json commits --jq '.commits[].messageHeadline' 2>/dev/null || git log --oneline origin/HEAD...`

DIFF CONTENT:

!`gh pr diff 2>/dev/null || git diff --merge-base origin/HEAD`

Jira Integration

If Atlassian MCP is connected, fetch linked ticket details and validate implementation against acceptance criteria.

Objective

Use the pragmatic-code-review agent to review the complete diff above. Your final reply must contain the markdown report.

Scripts

scripts/pr-context.sh 123              # Fetch PR metadata via gh
scripts/extract-ticket-ids.sh 123      # Extract Jira IDs from PR
python scripts/diff-analysis.py --staged  # Analyze diff patterns

References

  • references/REVIEW_CHECKLIST.md — Detailed checklist
  • assets/feedback-templates.md — Common feedback patterns

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

74/100Analyzed 2/22/2026

A well-structured code review skill that uses the Pragmatic Quality framework with Jira integration. Has clear sections for context gathering, objective definition, and references to checklists/templates. However, relies heavily on external scripts and an undefined 'pragmatic-code-review' agent without providing implementation details. The trigger condition (when to use) is clearly stated. Good safety profile with read-only operations. Missing tags for discoverability but otherwise solid reference-style skill.

90
85
70
65
60

Metadata

Licenseunknown
Version-
Updated2/22/2026
PublisherTrevorEdris

Tags

No tags yet.