manage-change-control
について
このClaude Skillは、規制環境下で検証済みのコンピュータ化システムにおける包括的な変更管理プロセスを管理します。ソフトウェア更新、パッチ、または設定変更について、リクエストのトリアージ、影響評価、承認ワークフロー、変更後の検証を扱います。緊急変更など迅速な承認を要する場合も含め、システム変更時にコンプライアンスを維持する必要がある際にご利用ください。
クイックインストール
Claude Code
推奨npx skills add pjt222/agent-almanac -a claude-code/plugin add https://github.com/pjt222/agent-almanacgit clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/manage-change-controlこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
Manage Change Control
Evaluate, approve, implement, verify changes to validated computerized sys while maintaining validated state.
Use When
- Validated sys needs SW upgrade / patch / config change
- Infrastructure changes (server migration, OS upgrade, network) affect validated sys
- CAPA / audit finding requires sys mod
- Biz process changes require sys reconfig
- Emergency changes need expedited approval + retrospective docs
In
- Req: Change description (what + why)
- Req: System(s) affected + current validated state
- Req: Requestor + biz justification
- Opt: Vendor release notes / tech docs
- Opt: Related CAPA / audit finding refs
- Opt: Existing validation docs for affected sys
Do
Step 1: Create + Classify Change Request
# Change Request
## Document ID: CR-[SYS]-[YYYY]-[NNN]
### 1. Change Description
**Requestor:** [Name, Department]
**Date:** [YYYY-MM-DD]
**System:** [System name and version]
**Current State:** [Current configuration/version]
**Proposed State:** [Target configuration/version]
### 2. Justification
[Business, regulatory, or technical reason for the change]
### 3. Classification
| Type | Definition | Approval Path | Timeline |
|------|-----------|--------------|----------|
| **Emergency** | Urgent fix for safety, data integrity, or regulatory compliance | System owner + QA (retrospective CCB) | Implement immediately, document within 5 days |
| **Standard** | Planned change with potential impact on validated state | CCB approval before implementation | Per CCB schedule |
| **Minor** | Low-risk change with no impact on validated state | System owner approval | Documented before implementation |
**This change is classified as:** [Emergency / Standard / Minor]
**Rationale:** [Why this classification]
→ Req has unique ID, clear description, justified classification.
If err: Classification disputed → default Standard + let CCB adjudicate.
Step 2: Impact Assessment
Evaluate change against all dimensions of validated state:
# Impact Assessment
## Change Request: CR-[SYS]-[YYYY]-[NNN]
### Impact Matrix
| Dimension | Affected? | Details | Risk |
|-----------|-----------|---------|------|
| Software configuration | Yes/No | [Specific parameters changing] | [H/M/L] |
| Source code | Yes/No | [Modules, functions, or scripts affected] | [H/M/L] |
| Database schema | Yes/No | [Tables, fields, constraints changing] | [H/M/L] |
| Infrastructure | Yes/No | [Servers, network, storage affected] | [H/M/L] |
| Interfaces | Yes/No | [Upstream/downstream system connections] | [H/M/L] |
| User access/roles | Yes/No | [Role changes, new access requirements] | [H/M/L] |
| SOPs/work instructions | Yes/No | [Procedures requiring update] | [H/M/L] |
| Training | Yes/No | [Users requiring retraining] | [H/M/L] |
| Data migration | Yes/No | [Data transformation or migration needed] | [H/M/L] |
| Audit trail | Yes/No | [Impact on audit trail continuity] | [H/M/L] |
### Regulatory Impact
- [ ] Change affects 21 CFR Part 11 controls
- [ ] Change affects EU Annex 11 controls
- [ ] Change affects data integrity (ALCOA+)
- [ ] Change requires regulatory notification
→ Every dimension assessed w/ clear y/n + rationale.
If err: Impact can't be determined w/o testing → classify "Unknown — requires investigation" + mandate sandbox eval before prod change.
Step 3: Determine Revalidation Scope
Based on impact → define validation activities:
# Revalidation Determination
| Revalidation Level | Criteria | Activities Required |
|--------------------|----------|-------------------|
| **Full revalidation** | Core functionality changed, new GAMP category, or major version upgrade | URS review, RA update, IQ, OQ, PQ, TM update, VSR |
| **Partial revalidation** | Specific functions affected, configuration changes | Targeted OQ for affected functions, TM update |
| **Documentation only** | No functional impact, administrative changes | Update validation documents, change log entry |
| **None** | No impact on validated state (e.g., cosmetic change) | Change log entry only |
### Determination for CR-[SYS]-[YYYY]-[NNN]
**Revalidation level:** [Full / Partial / Documentation only / None]
**Rationale:** [Specific reasoning based on impact assessment]
### Required Activities
| Activity | Owner | Deadline |
|----------|-------|----------|
| [e.g., Execute OQ test cases TC-OQ-015 through TC-OQ-022] | [Name] | [Date] |
| [e.g., Update traceability matrix for URS-007] | [Name] | [Date] |
| [e.g., Update SOP-LIMS-003 section 4.2] | [Name] | [Date] |
→ Revalidation scope proportional to impact — no more, no less.
If err: Scope contested → err toward more testing. Under-validation = regulatory risk; over-validation = only resource cost.
Step 4: Obtain Approval
Route thru appropriate approval workflow:
# Change Approval
### Approval for: CR-[SYS]-[YYYY]-[NNN]
| Role | Name | Decision | Signature | Date |
|------|------|----------|-----------|------|
| System Owner | | Approve / Reject / Defer | | |
| QA Representative | | Approve / Reject / Defer | | |
| IT Representative | | Approve / Reject / Defer | | |
| Validation Lead | | Approve / Reject / Defer | | |
### Conditions (if any)
[Any conditions attached to the approval]
### Planned Implementation Window
- **Start:** [Date/Time]
- **End:** [Date/Time]
- **Rollback deadline:** [Point of no return]
→ All approvers signed before implementation (except emergency).
If err: Emergency → obtain verbal approval from sys owner + QA, implement, complete formal docs within 5 biz days.
Step 5: Implement + Verify
Execute change + post-change verification:
# Implementation Record
### Pre-Implementation
- [ ] Backup of current system state completed
- [ ] Rollback procedure documented and tested
- [ ] Affected users notified
- [ ] Test environment validated (if applicable)
### Implementation
- **Implemented by:** [Name]
- **Date/Time:** [YYYY-MM-DD HH:MM]
- **Steps performed:** [Detailed implementation steps]
- **Deviations from plan:** [None / Description]
### Post-Change Verification
| Verification | Result | Evidence |
|--------------|--------|----------|
| System accessible and functional | Pass/Fail | [Screenshot/log reference] |
| Changed functionality works as specified | Pass/Fail | [Test case reference] |
| Unchanged functionality unaffected (regression) | Pass/Fail | [Test case reference] |
| Audit trail continuity maintained | Pass/Fail | [Audit trail screenshot] |
| User access controls intact | Pass/Fail | [Access review reference] |
### Closure
- [ ] All verification activities completed successfully
- [ ] Validation documents updated per revalidation determination
- [ ] SOPs updated and effective
- [ ] Training completed for affected users
- [ ] Change record closed in change control system
→ Implementation matches approved plan, all verification passes.
If err: Verification fails → rollback immediately + document as deviation. Don't proceed w/o QA concurrence.
Check
- Req has unique ID, description, classification
- Impact assessment covers all dimensions
- Revalidation scope defined w/ rationale
- All approvals obtained before implementation (or w/in 5 days emergency)
- Pre-impl backup + rollback procedure documented
- Post-change verification shows change works + nothing else broke
- Validation docs updated
- Record formally closed
Traps
- Skip impact assessment for "small" changes: Even minor can have unexpected impacts. Config toggle seeming harmless may disable audit trail / change calc.
- Emergency abuse: >10% classified "emergency" → process being circumvented. Review + tighten criteria.
- Incomplete rollback planning: "Just restore backup" ignores data created between backup + rollback. Define data disposition per scenario.
- Approval after implementation: Retrospective approval (except emergencies) = compliance violation. CCB must approve before work.
- Missing regression testing: Verify only changed func insufficient. Regression must confirm existing validated fns unaffected.
→
design-compliance-architecture— defines governance framework incl CCBwrite-validation-documentation— create revalidation docs triggered by changesperform-csv-assessment— full CSV reassessment for major changes needing full revalidationwrite-standard-operating-procedure— update SOPs affected by changeinvestigate-capa-root-cause— when changes triggered by CAPAs
GitHub リポジトリ
関連スキル
evaluating-llms-harness
テストこのClaudeスキルは、lm-evaluation-harnessを実行し、MMLUやGSM8Kなど60以上の標準化学術タスクでLLMをベンチマークします。開発者がモデルの品質を比較し、トレーニングの進捗を追跡し、学術的な結果を報告するために設計されています。このツールはHuggingFaceやvLLMモデルを含む様々なバックエンドをサポートしています。
cloudflare-cron-triggers
テストこのスキルは、cron式を使用してWorkersをスケジュールするためのCloudflare Cron Triggersの実装に関する包括的な知識を提供します。定期的なタスクの設定、メンテナンスジョブ、自動化されたワークフローの構築を網羅し、無効なcron式やタイムゾーン問題といった一般的な課題への対処法も含みます。開発者はこれを使用して、スケジュールされたハンドラーの設定、cronトリガーのテスト、WorkflowsやGreen Computeとの連携を構成できます。
webapp-testing
テストこのClaude Skillは、Playwrightベースのツールキットを提供し、Pythonスクリプトを通じてローカルWebアプリケーションのテストを可能にします。フロントエンドの検証、UIデバッグ、スクリーンショット撮影、ログ表示を実現し、サーバーライフサイクルを管理します。ブラウザ自動化タスクにご利用いただけますが、コンテキストの汚染を避けるため、スクリプトのソースコードを読むのではなく直接実行してください。
finishing-a-development-branch
テストこのスキルは、開発者がテストの合格を確認し、構造化された統合オプションを提示することで、完成した作業を仕上げることを支援します。実装が完了した後のマージ、PR作成、ブランチの整理といったワークフローを案内します。コードが準備できてテスト済みの際に使用し、開発プロセスを体系的に完了させましょう。
