Install
$ agentstack add skill-mishrashardendu22-agent-skills-github-pr-issue-automation ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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:
- Auto-Assignee:
- Assigns the Pull Request or Issue to the author (or repository owner
@MishraShardendu22) immediately upon creation.
- Conventional Type Labeling:
- Inspects the PR title prefix (
feat:,fix:,perf:,refactor:,docs:,db:,ci:,test:,ui:) and automatically applies the matching color-codedtype/*label.
- Subsystem / Area Labeling:
- Inspects modified files in the pull request:
frontend/**$\rightarrow$area/frontendbackend/**$\rightarrow$area/backendagentic-observatory/**$\rightarrow$area/observatorybackup-worker/**$\rightarrow$area/backup-worker.github/**,scripts/**,Makefile$\rightarrow$area/ci-cddocs/**,.agents/skills/**$\rightarrow$area/documentation
- 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.
- Author: MishraShardendu22
- Source: MishraShardendu22/agent-skills
- License: MIT
- Homepage: https://github.mishrashardendu22.is-a.dev
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.