AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Github Pr Issue Automation

skill-mishrashardendu22-agent-skills-github-pr-issue-automation · by MishraShardendu22

>-

— No reviews yet
0 installs
34 views
0.0% view→install

Install

$ agentstack add skill-mishrashardendu22-agent-skills-github-pr-issue-automation

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-mishrashardendu22-agent-skills-github-pr-issue-automation)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 25d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Github Pr Issue Automation? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

GitHub PR & Issue Visual Automation Skill

This skill defines the official standards for authoring visually striking, professional, and automated Pull Requests and Issues on GitHub, and operating the automated triage and label synchronization system.


1. Automated GitHub Actions Triage Pipeline

When any PR or issue is opened, the GitHub Actions triage automation executes automatically:

  1. Auto-Assignee:
  • Assigns the Pull Request or Issue to the author (or repository owner @MishraShardendu22) immediately upon creation.
  1. Conventional Type Labeling:
  • Inspects the PR title prefix (feat:, fix:, perf:, refactor:, docs:, db:, ci:, test:, ui:) and automatically applies the matching color-coded type/* label.
  1. Subsystem / Area Labeling:
  • Inspects modified files in the pull request:
  • frontend/** $\rightarrow$ area/frontend
  • backend/** $\rightarrow$ area/backend
  • agentic-observatory/** $\rightarrow$ area/observatory
  • backup-worker/** $\rightarrow$ area/backup-worker
  • .github/**, scripts/**, Makefile $\rightarrow$ area/ci-cd
  • docs/**, .agents/skills/** $\rightarrow$ area/documentation
  1. Automated Diff Size Classification:
  • Computes total lines changed:
  • `// \

--title "(): " \ --assignee "@me" \ --label "type/,area/,status/ready-for-review" \ --body "..."


### Visual Formatting Checklist for PR Bodies
Every PR description generated by agents MUST include:
* **Executive Summary**: 2-3 concise sentences explaining the problem and resolution.
* **Conventional Type Checkbox**: Explicitly mark the type of change.
* **Subsystem Impact Table**: Markdown table displaying all affected services.
* **Quality Assurance Checklist**: Showing exact test commands executed (`make test`, `make pre-commit`).
* **Security Certification**: Affirming zero secrets or tokens committed.

---

## 3. Label Synchronization Engine: `make labels-sync`

To synchronize or update the repository's 26 color-coded labels, run:

```bash
# Preview labels without changes
./scripts/github-labels-sync.sh --dry-run

# Synchronize labels to GitHub
./scripts/github-labels-sync.sh

# Makefile target
make labels-sync

4. Modern Issue Forms

Issues are created through standardized YAML issue forms in .github/ISSUE_TEMPLATE/:

  • bug_report.yml: Structured bug reproduction steps, environment, logs.
  • feature_request.yml: Problem statement, target subsystem, architecture proposal.
  • task.yml: Engineering task, acceptance criteria, test commands.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.