Apply Methodology Rule

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

majiayu000 908f6ba 2 files · 1.7 KB Updated 567 repo stars

File contents

  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:

    pnpm apply-methodology-rule <methodology> <rule> <scope>
    

    Example:

    pnpm apply-methodology-rule carbon-organic geolocation-precision mass-id
    
  3. Verify the application was successful by running quality checks:

    pnpm lint:affected
    pnpm ts:affected
    pnpm test:affected
    

    All three checks must pass.

majiayu000/claude-skill-registry-data/tree/main/workflow/apply-methodology commit 908f6badd7

Frequently asked questions

npx skillmds add majiayu000/apply-methodology-rule