The Agent Skills Directory
npx skills add https://smithery.ai/skills/resper1965/bug-investigation在以下情况使用此技能:
使用 metrics.py 检查:
症状:
调查步骤:
症状:
调查步骤:
症状:
调查步骤:
症状:
调查步骤:
try:
text = extract_text_from_pdf(full_path)
except Exception as e:
print(f" ❌ Erro ao processar {file}: {e}")
# Log error with context
errors += 1
根本原因: OCR 检查发生在文本验证之后
修复: 在验证失败前移动 OCR 检查
根本原因: 正则表达式不匹配所有模式
修复: 改进正则表达式或添加替代模式
每周安装次数
–
来源
首次出现
–
Use this skill when:
Use metrics.py to check:
Symptoms:
Investigation:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
Symptoms:
Investigation:
Symptoms:
Investigation:
Symptoms:
Investigation:
try:
text = extract_text_from_pdf(full_path)
except Exception as e:
print(f" ❌ Erro ao processar {file}: {e}")
# Log error with context
errors += 1
Root Cause: OCR check happens after text validation
Fix: Move OCR check before validation failure
Root Cause: Regex doesn't match all patterns
Fix: Improve regex or add alternative patterns
Weekly Installs
–
Source
First Seen
–
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
107,800 周安装