validation-api-engineer-role

Validate property-owner contact data with a Supabase Edge Function using a 4-layer algorithm and confidence scoring.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/AIBPM42/hodgesfooshee-site-spark --skill validation-api-engineer-role
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validation-api-engineer-role
Source: https://github.com/AIBPM42/hodgesfooshee-site-spark/tree/main/.claude/skills/validation-api-engineer-role
Command: npx skills add https://github.com/AIBPM42/hodgesfooshee-site-spark --skill validation-api-engineer-role

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensuring the accuracy and quality of contact information is critical for lead generation, requiring sophisticated validation logic to filter out irrelevant contacts like banks or attorneys. This skill provides a detailed guide for building a robust validation API.

Core Features & Use Cases

  • 4-Layer Validation Algorithm: Implements a multi-stage validation process including business pattern matching, owner name correlation, cross-reference validation, and phone type scoring.
  • Business Pattern Detection: Automatically identifies and rejects contacts associated with banks, law firms, or real estate agents, ensuring focus on actual property owners.
  • Confidence Scoring: Assigns a confidence level (HIGH, MEDIUM, LOW) to each validated contact, providing clear guidance on lead quality.
  • Use Case: You need to create a contact validation service for your lead generation platform. Use this skill to get precise instructions for building a Supabase Edge Function that performs 4-layer validation and logs all attempts.

Quick Start

Use the validation-api-engineer-role skill to build the contact validation Edge Function for Lead Hunter Prime.

Frequently Asked Questions about validation-api-engineer-role

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate contact data for lead generation with confidence scoring?

Contact validation assigns confidence levels (HIGH, MEDIUM, LOW) by applying 4-layer logic: business pattern matching to reject banks and law firms, owner-name correlation, cross-reference checks, and phone type/status scoring. This filters irrelevant contacts and identifies actual property owners for lead quality assurance.

Can I build a contact validation API with Supabase Edge Functions?

Yes. A Supabase Edge Function accepts phone, email, owner_name, and property_id inputs, runs multi-stage validation logic, returns validity status with confidence and reasoning, logs attempts to validation_history, and delivers results in under 500 ms with production-ready error handling.

What's the best way to filter out banks and attorneys from property owner leads?

Business pattern detection automatically identifies and rejects contacts associated with financial institutions, law firms, and real estate agents through pattern matching rules, ensuring your lead dataset contains only genuine property owners for targeted outreach.

Do I need to implement validation logging for lead hunter scenarios?

Yes. Logging all validation attempts to validation_history provides an audit trail for pre-foreclosure, tax lien, and probate lead scenarios, enabling you to track confidence decisions, improve patterns over time, and maintain compliance with data quality standards.

How does 4-layer validation improve lead quality in contact databases?

4-layer validation combines business pattern matching, owner-name correlation, cross-reference checks, and phone type scoring to eliminate false positives and low-confidence records, delivering higher-quality lead lists with clear confidence indicators for prioritization.

What performance requirements does a contact validation API need?

Production-ready validation must execute under 500 ms per request with robust error handling, handle multiple input formats (phone, email, name, property_id), return structured outputs (valid, confidence, reason, points), and scale across high-volume lead-hunter workflows.