スキル一覧に戻る
pluginagentmarketplace

moderation-guidelines

by pluginagentmarketplace

Developer relations plugin with community building and advocacy strategies

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

SKILL.md


name: moderation-guidelines description: Community moderation, code of conduct enforcement, and conflict resolution sasmp_version: "1.4.0" version: "2.0.0" updated: "2025-01" bonded_agent: 02-community-builder bond_type: SECONDARY_BOND

Community Moderation

Implement fair, consistent moderation that keeps communities healthy and inclusive.

Skill Contract

Parameters

parameters:
  required:
    - action_type: enum[review, warn, remove, ban, appeal]
    - incident_context: string
  optional:
    - severity: enum[minor, moderate, serious, severe]
    - prior_violations: integer

Output

output:
  moderation_action:
    decision: enum[no_action, warning, removal, ban]
    rationale: string
    communication: string

Code of Conduct

Core Principles

1. Be respectful and inclusive
2. No harassment, discrimination, or hate speech
3. Keep discussions constructive
4. Respect privacy and confidentiality
5. Follow platform rules

Enforcement Ladder

LevelViolationActionRecord
1Minor (off-topic)Friendly reminder30 days
2Moderate (rude)Warning + delete90 days
3Serious (harassment)Temp ban (1-7d)1 year
4Severe (threats)Permanent banForever

Moderation Workflow

Report → Review → Decide → Act → Document → Follow-up
   ↓        ↓        ↓       ↓        ↓          ↓
 Flag    Context  Policy   Remove   Log      Appeal
 System  Check    Apply    Warn     Event    Process

Conflict Resolution

De-escalation Steps

  1. Acknowledge: "I understand you're frustrated"
  2. Separate: Move to private channel if needed
  3. Listen: Let both parties share
  4. Find Common Ground: Focus on shared goals
  5. Resolve: Propose fair solution

Difficult Situations

SituationApproachEscalation
Heated debateCool off periodCommunity manager
Repeated offenderClear warningBan review
Doxxing/threatsImmediate banLegal team
Gray areaTeam discussionPolicy update

Moderation Team Roles

  • Community Manager: Strategy, escalations
  • Senior Moderators: Complex cases
  • Moderators: Day-to-day enforcement
  • Champions: Limited powers

Retry Logic

retry_patterns:
  unclear_violation:
    strategy: "Consult with another moderator"
    escalation: "Team vote on action"

  member_dispute:
    strategy: "Private mediation session"
    fallback: "Both parties warned"

  appeal_received:
    strategy: "Different moderator reviews"

Failure Modes & Recovery

Failure ModeDetectionRecovery
Inconsistent enforcementComplaintsAudit, recalibrate
False positive banAppeal successApologize, restore
Mod burnoutSlow responsesRotate, recruit

Debug Checklist

□ Violation matches CoC section?
□ Context fully understood?
□ Prior history reviewed?
□ Consistent with past cases?
□ Action proportionate?
□ Communication respectful?
□ Documentation complete?
□ Appeal path explained?

Test Template

test_moderation:
  unit_tests:
    - test_violation_classification:
        assert: "Correct severity level"
    - test_response_time:
        assert: "Reviewed within 4 hours"

  integration_tests:
    - test_appeal_process:
        assert: "Different reviewer, 72h decision"

Observability

metrics:
  - reports_per_week: integer
  - resolution_time_avg: duration
  - appeal_rate: float
  - overturn_rate: float

See assets/ for code of conduct templates.

スコア

総合スコア

60/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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