用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Hack23/cia --skill issue-triage-workflow命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Identity and access management: RBAC, least privilege, MFA, quarterly reviews per ISO 27001 A.5.15, A.8.2, A.8.3
Business continuity and disaster recovery: 30-day retention, quarterly restore tests, RTO/RPO targets per ISO 27001 A.17
Political psychology, cognitive biases, group dynamics, leadership analysis, decision-making patterns for Swedish political intelligence
基于 SOC 职业分类
| name | issue-triage-workflow |
| description | Triage GitHub issues: labeling, prioritization, assignment, and resolution tracking |
Efficiently triage and manage GitHub issues for CIA project.
Labels: bug, needs-triage
Checklist:
- [ ] Steps to reproduce provided
- [ ] Expected vs actual behavior clear
- [ ] Environment details included
- [ ] Screenshots/logs attached
Severity:
- critical: System down, data loss
- high: Major feature broken
- medium: Feature partially broken
- low: Minor issue, workaround exists
Labels: enhancement, needs-triage
Checklist:
- [ ] Use case described
- [ ] Acceptance criteria defined
- [ ] Similar features considered
- [ ] Implementation complexity estimated
Priority:
- high: Aligns with roadmap, high value
- medium: Useful but not urgent
- low: Nice to have
Labels: security, URGENT
Process:
1. Immediately notify security team
2. Move to private security advisory
3. Do NOT discuss publicly
4. Follow SECURITY.md disclosure process
Type Labels:
bug - Something isn't workingenhancement - New feature or requestdocumentation - Documentation improvementsquestion - Further information requestedsecurity - Security vulnerabilityPriority Labels:
priority: critical - Immediate action requiredpriority: high - Should be addressed soonpriority: medium - Important but not urgentpriority: low - Nice to haveStatus Labels:
status: needs-triage - Awaiting initial reviewstatus: accepted - Confirmed, ready for workstatus: in-progress - Work startedstatus: blocked - Waiting on external factorstatus: wontfix - Will not be addressedArea Labels:
area: security - Security-relatedarea: api - API changesarea: ui - User interfacearea: database - Database changesarea: ci/cd - Build/deployment**Describe the bug**
A clear description of the bug.
**To Reproduce**
Steps to reproduce:
1. Go to '...'
2. Click on '...'
3. See error
**Expected behavior**
What you expected to happen.
**Screenshots**
If applicable, add screenshots.
**Environment**
- OS: [e.g., Ubuntu 22.04]
- Browser: [e.g., Chrome 120]
- Version: [e.g., 2.5.0]
**Additional context**
Any other context about the problem.
**Is your feature request related to a problem?**
Describe the problem.
**Describe the solution you'd like**
Clear description of what you want.
**Describe alternatives you've considered**
Other solutions you've thought about.
**Additional context**
Any other context or screenshots.
name: Issue Triage
on:
issues:
types: [opened]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- name: Add needs-triage label
uses: actions/github-script@v7
with:
script: |
github.rest.issues.addLabels({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.issue.number,
labels: ['status: needs-triage']
})
Fixed in #123 (PR number)
Released in v2.5.0
Documentation updated in CHANGELOG.md
Thank you for the suggestion. After discussion with the team,
we've decided not to implement this because [reason].
We're closing this issue but appreciate your input.