# Add Path Type Assertions Or Realpath Resolve Calls In Path Joini

> Add path-type assertions or realpath/resolve calls in path-joining utility functions

- Skill: `zaxbyhub/add-path-type-assertions-or-realpath-resolve-calls-in-path-j` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add zaxbyhub/add-path-type-assertions-or-realpath-resolve-calls-in-path-j`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zaxbyhub/add-path-type-assertions-or-realpath-resolve-calls-in-path-j/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: zaxbyhub (https://skillmd.com/u/zaxbyhub)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zaxbyhub/add-path-type-assertions-or-realpath-resolve-calls-in-path-j

---


<!-- generated by opencode-swarm skill-generator. Do not edit by hand; edits will be preserved on regeneration only with controlled update mode. -->

# Add path-type assertions or realpath/resolve calls in path-joining utility functions

## Trigger

- path.join
- realpath
- fs path

## Required Procedure

- Add path-type assertions or realpath/resolve calls in path-joining utility functions
- Use absolute paths in test fixture creation

## Forbidden Shortcuts

- (none recorded)

## Delegation Template

When delegating a task affected by this skill, include:

```
SKILLS: file:.opencode/skills/generated/add-path-type-assertions-or-realpath-resolve-calls-in-path-joini/SKILL.md
```

## Reviewer Checks

- Verify all path.join / path.resolve calls are preceded by absoluteness checks or resolution

## Test Engineer Checks

- Add or update tests covering the trigger condition and the forbidden shortcut.

