원클릭으로
political-science-analysis
Apply comparative politics, political behavior, and policy analysis frameworks to European Parliament data
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Apply comparative politics, political behavior, and policy analysis frameworks to European Parliament data
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
C4 architecture model, security architecture, Mermaid diagrams, SECURITY_ARCHITECTURE.md, and comprehensive documentation per Hack23 Secure Development Policy
AI-augmented development controls, GitHub Copilot governance, LLM security, AI-generated code review per Hack23 Secure Development Policy
EU AI Act compliance, OWASP LLM security, responsible AI practices for parliamentary data and MCP server applications
Enforce code quality with ESLint, TypeScript strict mode, Knip unused detection, and quality gates for MCP servers
ISO 27001, NIST CSF 2.0, CIS Controls v8.1, EU CRA compliance mapping, multi-standard alignment per Hack23 ISMS policies
Contribution process with PR workflow, code review standards, commit conventions, and open source best practices
| name | political-science-analysis |
| description | Apply comparative politics, political behavior, and policy analysis frameworks to European Parliament data |
| license | MIT |
This skill applies when:
This skill is grounded in the European Parliament MCP Server's access to EP Open Data Portal datasets and aligns with Hack23 ISMS Secure Development Policy for data integrity.
Use the EP MCP Server's plenary vote data to calculate the Agreement Index (AI)
for each political group on environmental legislation in EP10:
- AI = (max(Yes, No, Abstain) - 0.5 * (votes - max(Yes, No, Abstain))) / votes
- Compare cohesion across policy domains (environment vs. economic affairs)
- Identify national delegations that deviate most from group line
- Control for vote salience using roll-call request patterns
Compare Swedish MEP voting patterns across political groups:
- Map Swedish national parties to EP political groups (S → S&D, M → EPP, etc.)
- Calculate loyalty scores: how often Swedish MEPs vote with their group majority
- Identify policy areas where national interest overrides group discipline
- Use MCP Server tools: get_meps (country filter), get_voting_records
Track legislative outcomes through the ordinary legislative procedure:
- Use track_legislation tool to identify dossiers by policy area
- Analyze first-reading agreements vs. second-reading/conciliation outcomes
- Study rapporteur influence: compare committee vote to plenary vote alignment
- Assess EP vs. Council bargaining success rates by policy domain