# Apply Methodology Rule

> Apply an existing rule processor to a specific methodology using the apply script.

- Skill: `majiayu000/apply-methodology-rule` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/apply-methodology-rule`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/apply-methodology-rule/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/apply-methodology-rule

---


1. **Identify the parameters**:
   - `<methodology>`: the target methodology (e.g., `carbon-organic`, `bold-recycling`)
   - `<rule>`: the rule processor name (e.g., `geolocation-precision`)
   - `<scope>`: the processor group (`mass-id`, `credit-order`, or `mass-id-certificate`)

2. **Run the apply script**:

   ```bash
   pnpm apply-methodology-rule <methodology> <rule> <scope>
   ```

   Example:

   ```bash
   pnpm apply-methodology-rule carbon-organic geolocation-precision mass-id
   ```

3. **Verify** the application was successful by running quality checks:

   ```bash
   pnpm lint:affected
   pnpm ts:affected
   pnpm test:affected
   ```

   All three checks must pass.

