I'm running this as github-codeowners audit --unloved --only-git and getting this error:
failed to read lines from file .claude/skills [Error: EISDIR: illegal operation on a directory, read] {
errno: -21,
code: 'EISDIR',
syscall: 'read'
}
failed to run audit command [Error: EISDIR: illegal operation on a directory, read] {
errno: -21,
code: 'EISDIR',
syscall: 'read'
}
The .claude/skills dir is a symlink to .agents/skills.
I'm running this as
github-codeowners audit --unloved --only-gitand getting this error:The
.claude/skillsdir is a symlink to.agents/skills.