スキル一覧に戻る
CULPRITCHAOS

maintainer

by CULPRITCHAOS

The Circuit Breaker for AI Infrastructure. A safety certification and failure-survivability system for RAG pipelines and Vector DBs.

2🍴 0📅 2026年1月13日
GitHubで見るManusで実行

SKILL.md


name: maintainer description: PR triage, merge receipts, CI sanity, artifact/PII hygiene allowed_tools:

  • git
  • npm
  • npx
  • python
  • py
  • pwsh
  • powershell denied_patterns:
  • rm -rf
  • del /
  • Remove-Item
  • format
  • diskpart

Maintainer Skill

Use this skill for PR triage, merge preparation, and repository hygiene tasks.

When to Use

  • Reviewing PRs for merge readiness
  • Running CI sanity checks locally
  • Checking for PII or artifact leaks
  • Preparing merge receipts
  • Triaging issues and Dependabot PRs

Pre-Merge Checklist

Before requesting merge approval, complete ALL items:

  • npm run lint passes
  • npm run validate passes (if applicable)
  • pwsh -File tools/precommit_safety_scan.ps1 passes
  • No PII paths in staged files (C:\Users, /Users/, /home/)
  • No receipt/artifact files staged
  • GitHub Actions CI is green
  • Merge receipt comment posted on PR

Merge Receipt Template

Post this on the PR:

## Merge Receipt

**Summary**: [Brief description of changes]

**Risk Assessment**: [Low/Medium/High] - [justification]

**Rollback Plan**: `git revert <commit>` or [specific steps]

**Local Checks**:
- `npm run lint` - PASS
- `npm run validate` - PASS
- `tools/precommit_safety_scan.ps1` - PASS

**Confirmation**: No receipts, artifacts, or PII committed.

---
Ready for: `APPROVE MERGE PR #<number>`

Safety Commands

# Check for PII in staged files
git diff --cached | grep -E "(C:\\\\Users|/Users/|/home/)"

# Check git status
git status

# Run safety scan
pwsh -File tools/precommit_safety_scan.ps1

# Lint check
npm run lint

# Validation tests
npm run validate

Prohibited Actions

This skill does NOT authorize:

  • Merging without explicit APPROVE MERGE PR #<number> from Rob
  • Force pushing to protected branches
  • Deleting files or branches without approval
  • Bypassing safety scans

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です